rogue4: add logging all games
This commit is contained in:
parent
f9c589b480
commit
4bc7038945
6 changed files with 75 additions and 2 deletions
|
|
@ -26,7 +26,8 @@ CFILES= vers.c extern.c armor.c chase.c command.c daemon.c daemons.c \
|
|||
MISC= Makefile LICENSE.TXT rogue.6 rogue.me
|
||||
|
||||
CC = gcc
|
||||
CFLAGS= -O3 -DSAVEDIR=\"/usr/local/games/roguelike/rogue4save/\"
|
||||
CFLAGS= -O3 -DSAVEDIR=\"/usr/local/games/roguelike/rogue4save/\" \
|
||||
-DLOGFILE=\"/usr/local/games/roguelike/rogue4.log\"
|
||||
CRLIB = -lcurses
|
||||
RM = rm -f
|
||||
TAR = tar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue