diff options
author | ats <ats@FreeBSD.org> | 1994-11-28 11:12:29 +0000 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1994-11-28 11:12:29 +0000 |
commit | 704ec51ad8fc229688dc1055b5d865c7c719eab5 (patch) | |
tree | 1c126f748765ebc244eca29bc5a285318dc1bdec /games | |
parent | f31e5d3c8482a33cd9e92ad08fc30f8509bd4eae (diff) | |
download | FreeBSD-src-704ec51ad8fc229688dc1055b5d865c7c719eab5.zip FreeBSD-src-704ec51ad8fc229688dc1055b5d865c7c719eab5.tar.gz |
Add the files: characs, gold, lastdead, mess, monsters, motd, scoreboard, void
that are created from a setup program to the CLEANFILES list.
Diffstat (limited to 'games')
-rw-r--r-- | games/phantasia/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/phantasia/Makefile b/games/phantasia/Makefile index 2f1073b..7727006 100644 --- a/games/phantasia/Makefile +++ b/games/phantasia/Makefile @@ -7,6 +7,7 @@ LDADD= -lm -lcurses -ltermcap -lcompat HIDEGAME=hidegame MAN6= phantasia.6 CLEANFILES+=map setup setup.o +CLEANFILES+= characs gold lastdead mess monsters motd scoreboard void all: setup phantasia ${MAN6} |