diff options
Diffstat (limited to 'games/zangband/files/Makefile.in')
-rw-r--r-- | games/zangband/files/Makefile.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/games/zangband/files/Makefile.in b/games/zangband/files/Makefile.in deleted file mode 100644 index 9034917..0000000 --- a/games/zangband/files/Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ -# 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 |