diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2024-02-08 20:28:55 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2024-02-08 20:28:55 +0000 |
commit | fa0db14a4595cffa2f5e2169461265acd8c4714e (patch) | |
tree | f43d285971ad899f361a23eacf2309e8288a5e6d /games/phantasia | |
parent | 74f508cd641d1c66166e4e24341defcd910aeeb7 (diff) |
Feed more generated files to the clean target; joint work with naddy@
Diffstat (limited to 'games/phantasia')
-rw-r--r-- | games/phantasia/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/phantasia/Makefile b/games/phantasia/Makefile index af9c7da959e..56967cc222d 100644 --- a/games/phantasia/Makefile +++ b/games/phantasia/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.19 2022/07/11 03:11:49 daniel Exp $ +# $OpenBSD: Makefile,v 1.20 2024/02/08 20:28:54 miod Exp $ PROG= phantasia SRCS= main.c fight.c io.c interplayer.c gamesupport.c misc.c phantglobs.c @@ -6,7 +6,7 @@ CFLAGS+=-DTERMIOS DPADD= ${LIBM} ${LIBCURSES} LDADD= -lm -lcurses MAN= phantasia.6 -CLEANFILES+=map setup setup.o phantglobs.o.bld +CLEANFILES+=map setup setup.d setup.o phantglobs.d phantglobs.o.bld all: setup phantasia |