diff --git a/games/adventure/Makefile b/games/adventure/Makefile index 3c2a5433b425..d661d527942b 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