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/monop | |
parent | 74f508cd641d1c66166e4e24341defcd910aeeb7 (diff) |
Feed more generated files to the clean target; joint work with naddy@
Diffstat (limited to 'games/monop')
-rw-r--r-- | games/monop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/monop/Makefile b/games/monop/Makefile index da93f0bff5b..bc331c6b884 100644 --- a/games/monop/Makefile +++ b/games/monop/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.7 2002/05/23 18:43:00 deraadt Exp $ +# $OpenBSD: Makefile,v 1.8 2024/02/08 20:28:53 miod Exp $ PROG= monop SRCS= monop.c cards.c execute.c getinp.c houses.c jail.c misc.c morg.c \ print.c prop.c rent.c roll.c spec.c trade.c MAN= monop.6 -CLEANFILES+=initdeck cards.pck +CLEANFILES+=initdeck initdeck.d cards.pck monop: cards.pck |