aboutsummaryrefslogtreecommitdiff
path: root/japanese/zangband/files/Makefile.in
blob: 9034917cec353b32aabd9731067f324e618ee1d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# My makefile for Angband
# Matthew Hunt <mph@FreeBSD.org>

ANGBANDLIB?=	/usr/local/lib/angband

all:	testing

testing:
	cd src && make "EXTRA_CFLAGS=-I${X11BASE}/include ${JAPANESE_CFLAGS} -DDEFAULT_PATH=\\\"${ANGBANDLIB}\\\""

test:	testing
	ANGBAND_PATH=./lib ./testing