From e2efbee2dd952fb83b136ee873e8e66f6d3c138f Mon Sep 17 00:00:00 2001 From: Luxferre Date: Fri, 12 Aug 2022 12:05:24 +0300 Subject: [PATCH] Added PERSIST_FILE to make DFLAGS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c5d405b..c799973 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ PROJNAME=equi CFILES=equi.c PBTDIR=platform-build-tools PERSFILE=PERS.DAT -DFLAGS= +DFLAGS=-DPERSIST_FILE="\"$(PERSFILE)\"" desktopcc: perscopy cc -std=c89 -Os -o $(PROJNAME) $(CFILES) $(DFLAGS)