1999-12-02 14:19:03 -05:00
|
|
|
--- Makefile.orig Thu Dec 2 10:13:33 1999
|
|
|
|
+++ Makefile Thu Dec 2 10:27:53 1999
|
|
|
|
@@ -0,0 +1,9 @@
|
1997-03-04 04:35:21 -05:00
|
|
|
+# My makefile for Angband
|
1999-12-02 14:19:03 -05:00
|
|
|
+# Matthew Hunt <mph@FreeBSD.org>
|
1997-03-04 04:35:21 -05:00
|
|
|
+
|
1999-12-02 14:19:03 -05:00
|
|
|
+CFLAGS+=-I${X11BASE}/include -D"USE_X11" -D"USE_GCU" -DDEFAULT_PATH=\\\"$(PREFIX)/lib/X11/angband\\\"
|
1997-09-19 02:46:46 -04:00
|
|
|
+
|
1997-03-04 04:35:21 -05:00
|
|
|
+all: angband
|
|
|
|
+
|
|
|
|
+angband:
|
1997-09-19 02:46:46 -04:00
|
|
|
+ cd src && make "CFLAGS=$(CFLAGS)"
|