Mercurial > hg > early-roguelike
diff rogue3/Makefile @ 20:bbf072f8bafa
rogue3: move file locations from Makefile to machdep.h
author | edwarj4 |
---|---|
date | Wed, 11 Nov 2009 12:28:25 +0000 |
parents | a731f515575e |
children |
line wrap: on
line diff
--- a/rogue3/Makefile Wed Nov 11 02:41:47 2009 +0000 +++ b/rogue3/Makefile Wed Nov 11 12:28:25 2009 +0000 @@ -39,9 +39,7 @@ CC = gcc ROPTS = COPTS = -O3 -CFLAGS= $(COPTS) $(ROPTS) -DSCOREFILE=\"/usr/local/games/roguelike/rogue3.scr\" \ - -DSAVEDIR=\"/usr/local/games/roguelike/rogue3save/\" \ - -DLOGFILE=\"/usr/local/games/roguelike/rogue3.log\" +CFLAGS= $(COPTS) $(ROPTS) LIBS = -lcurses RM = rm -f LD = $(CC)