summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--games/adventure/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/adventure/Makefile b/games/adventure/Makefile
index 3c2a543..d661d52 100644
--- a/games/adventure/Makefile
+++ b/games/adventure/Makefile
@@ -11,6 +11,6 @@ data.c: glorkz setup
./setup ${.CURDIR}/glorkz > data.c
setup: setup.c hdr.h ${LIBCRT0} ${LIBC}
- ${CC} -o setup ${.CURDIR}/setup.c
+ ${CC} ${CFLAGS} ${LDFLAGS} -o setup ${.CURDIR}/setup.c
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud