aboutsummaryrefslogtreecommitdiff
path: root/games/adventure/Makefile
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-12-27 15:04:33 +0000
committerBruce Evans <bde@FreeBSD.org>1998-12-27 15:04:33 +0000
commit7a5cfeb4460fd8ec05a28004a8350e0208897d09 (patch)
tree79ce790b4d9db1cfd03984e4929ef6cee6bb70e2 /games/adventure/Makefile
parent50bac46f453c66ab1b6a300002b0ea3b22250d4e (diff)
downloadsrc-7a5cfeb4460fd8ec05a28004a8350e0208897d09.tar.gz
src-7a5cfeb4460fd8ec05a28004a8350e0208897d09.zip
Fixed CLEANFILES.
Notes
Notes: svn path=/head/; revision=42087
Diffstat (limited to 'games/adventure/Makefile')
-rw-r--r--games/adventure/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/adventure/Makefile b/games/adventure/Makefile
index 07de907d661e..52c3649b363e 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