Change the default binary name to rogue3
This commit is contained in:
parent
de9a05892e
commit
f2dc426ae7
1 changed files with 3 additions and 2 deletions
|
|
@ -10,7 +10,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME=rogue3.6.4
|
DISTNAME=rogue3.6.4
|
||||||
PROGRAM=rogue
|
PROGRAM=rogue3
|
||||||
|
|
||||||
O=o
|
O=o
|
||||||
|
|
||||||
|
|
@ -39,7 +39,8 @@ MISC = Makefile $(MISC_C) LICENSE.TXT $(PROGRAM).sln $(PROGRAM).vcproj $(DOCS)\
|
||||||
CC = gcc
|
CC = gcc
|
||||||
ROPTS =
|
ROPTS =
|
||||||
COPTS = -O3
|
COPTS = -O3
|
||||||
CFLAGS= $(COPTS) $(ROPTS) -DSCOREFILE=\"/usr/local/games/roguelike/rogue3.scr\" -DSAVEDIR=\"/usr/local/games/roguelike/rogue3save/\"
|
CFLAGS= $(COPTS) $(ROPTS) -DSCOREFILE=\"/usr/local/games/roguelike/rogue3.scr\" \
|
||||||
|
-DSAVEDIR=\"/usr/local/games/roguelike/rogue3save/\"
|
||||||
LIBS = -lcurses
|
LIBS = -lcurses
|
||||||
RM = rm -f
|
RM = rm -f
|
||||||
LD = $(CC)
|
LD = $(CC)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue