summaryrefslogtreecommitdiffstats
path: root/rogue/Makefile
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1993-11-10 10:02:16 +0000
committercgd <cgd@NetBSD.org>1993-11-10 10:02:16 +0000
commit629fa8000f93ef02e38680e026feec5a0fd0b6bb (patch)
tree37a1ce34862246be2f78063544cee5bb52145016 /rogue/Makefile
parent2ba90e9d2c3a88e22c0593e8a7c0f1cd6318ba11 (diff)
downloadbsdgames-darwin-629fa8000f93ef02e38680e026feec5a0fd0b6bb.tar.gz
bsdgames-darwin-629fa8000f93ef02e38680e026feec5a0fd0b6bb.tar.zst
bsdgames-darwin-629fa8000f93ef02e38680e026feec5a0fd0b6bb.zip
new curses update
Diffstat (limited to 'rogue/Makefile')
-rw-r--r--rogue/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/rogue/Makefile b/rogue/Makefile
index 53779b3c..f0161a2f 100644
--- a/rogue/Makefile
+++ b/rogue/Makefile
@@ -1,8 +1,8 @@
# from: @(#)Makefile 5.7 (Berkeley) 5/11/90
-# $Id: Makefile,v 1.2 1993/08/01 05:44:27 mycroft Exp $
+# $Id: Makefile,v 1.3 1993/11/10 10:02:16 cgd Exp $
PROG= rogue
-CFLAGS+=-DUNIX -DUNIX_BSD4_2 -fwritable-strings
+CFLAGS+=-DUNIX -fwritable-strings -g
SRCS= curses.c hit.c init.c inventory.c level.c machdep.c main.c \
message.c monster.c move.c object.c pack.c play.c random.c ring.c \
room.c save.c score.c spec_hit.c throw.c trap.c use.c zap.c