summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2024-02-08 20:30:55 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2024-02-08 20:30:55 +0000
commit9af6a8c589faf9c11cd8a385b976af8ec70b3d52 (patch)
treeca938a6c6078578be2b09c45c90c184e58f5dd91
parentfa0db14a4595cffa2f5e2169461265acd8c4714e (diff)
Oops, commited wrong version of CLEANFILES in previous.
-rw-r--r--games/phantasia/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/phantasia/Makefile b/games/phantasia/Makefile
index 56967cc222d..e52eae7debe 100644
--- a/games/phantasia/Makefile
+++ b/games/phantasia/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.20 2024/02/08 20:28:54 miod Exp $
+# $OpenBSD: Makefile,v 1.21 2024/02/08 20:30: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.d setup.o phantglobs.d phantglobs.o.bld
+CLEANFILES+=map setup setup.d setup.o phantglobs.o.d phantglobs.o.bld
all: setup phantasia