summaryrefslogtreecommitdiffstats
path: root/games/adventure
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-12-27 15:04:33 +0000
committerbde <bde@FreeBSD.org>1998-12-27 15:04:33 +0000
commit9b7e972a2c86ac93c799798f92a602f066a1ca7e (patch)
treeb376bcedd8861e6c4181716891e8d2006e24972a /games/adventure
parent3ea5a3c11d9de75d335ebfbfd17a2eedaa15a8d8 (diff)
downloadFreeBSD-src-9b7e972a2c86ac93c799798f92a602f066a1ca7e.zip
FreeBSD-src-9b7e972a2c86ac93c799798f92a602f066a1ca7e.tar.gz
Fixed CLEANFILES.
Diffstat (limited to 'games/adventure')
-rw-r--r--games/adventure/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/adventure/Makefile b/games/adventure/Makefile
index 07de907..52c3649 100644
--- a/games/adventure/Makefile
+++ b/games/adventure/Makefile
@@ -5,7 +5,7 @@ SRCS= main.c init.c done.c save.c subr.c vocab.c wizard.c io.c data.c crc.c
MAN6= adventure.6
CFLAGS+=-traditional-cpp
HIDEGAME=hidegame
-CLEANFILES+=setup data.c
+CLEANFILES=data.c setup setup.o
build-tools: setup
OpenPOWER on IntegriCloud