diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 2001-02-04 06:07:21 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 2001-02-04 06:07:21 +0000 |
commit | 47800ffd47d856d9ac396fafa16a5eb44608b84a (patch) | |
tree | 5659c9e3ec97eb90fca3d70d282661c2e98dbce1 /games/adventure/Makefile | |
parent | 5d5983414ceba3f64feb8e6d43c0e7ab2fad9ee8 (diff) |
Remove -traditional-cpp and do some -Wall cleanups; from Chris K. Young
<cky@pobox.com> in PR 1652.
Diffstat (limited to 'games/adventure/Makefile')
-rw-r--r-- | games/adventure/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/adventure/Makefile b/games/adventure/Makefile index bea33c846a8..06a19846751 100644 --- a/games/adventure/Makefile +++ b/games/adventure/Makefile @@ -1,9 +1,8 @@ -# $OpenBSD: Makefile,v 1.3 1997/09/21 11:35:13 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 2001/02/04 06:07:20 pjanzen Exp $ PROG= adventure SRCS= main.c init.c done.c save.c subr.c vocab.c wizard.c io.c data.c crc.c MAN= adventure.6 -CFLAGS+=-traditional-cpp HIDEGAME=hidegame CLEANFILES+=setup data.c |