From 6c574c5c4f7c96956e10ad9caa299709506227fe Mon Sep 17 00:00:00 2001 From: asami Date: Tue, 13 May 1997 05:52:40 +0000 Subject: Add ${CFLAGS} and ${LDFLAGS} to the setup command line. --- games/adventure/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games') 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 -- cgit v1.1