diff options
-rw-r--r-- | games/adventure/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/games/adventure/Makefile b/games/adventure/Makefile index d661d52..f7b7cd2 100644 --- a/games/adventure/Makefile +++ b/games/adventure/Makefile @@ -10,7 +10,4 @@ CLEANFILES+=setup data.c data.c: glorkz setup ./setup ${.CURDIR}/glorkz > data.c -setup: setup.c hdr.h ${LIBCRT0} ${LIBC} - ${CC} ${CFLAGS} ${LDFLAGS} -o setup ${.CURDIR}/setup.c - .include <bsd.prog.mk> |