Added PERSIST_FILE to make DFLAGS
This commit is contained in:
@@ -4,7 +4,7 @@ PROJNAME=equi
|
|||||||
CFILES=equi.c
|
CFILES=equi.c
|
||||||
PBTDIR=platform-build-tools
|
PBTDIR=platform-build-tools
|
||||||
PERSFILE=PERS.DAT
|
PERSFILE=PERS.DAT
|
||||||
DFLAGS=
|
DFLAGS=-DPERSIST_FILE="\"$(PERSFILE)\""
|
||||||
|
|
||||||
desktopcc: perscopy
|
desktopcc: perscopy
|
||||||
cc -std=c89 -Os -o $(PROJNAME) $(CFILES) $(DFLAGS)
|
cc -std=c89 -Os -o $(PROJNAME) $(CFILES) $(DFLAGS)
|
||||||
|
|||||||
Reference in New Issue
Block a user