59d03e583a
ZAngband is one of the many variants of the freeware rogue-like roleplaying game Angband. PR: 20133 Submitted by: Makoto YAMAKURA <makoto@pinpott.spnet.ne.jp>
13 lines
273 B
Makefile
13 lines
273 B
Makefile
# 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
|