Added PERSIST_FILE to make DFLAGS

This commit is contained in:
Luxferre
2022-08-12 12:05:24 +03:00
parent 129190b53b
commit e2efbee2dd
+1 -1
View File
@@ -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)