equi

A self-descriptive stack-based PC platform
git clone git://git.luxferre.top/equi.git
Log | Files | Refs | README | LICENSE

commit e2efbee2dd952fb83b136ee873e8e66f6d3c138f
parent 129190b53be892a33dee8e91cc272b1367e0e1de
Author: Luxferre <lux@ferre>
Date:   Fri, 12 Aug 2022 12:05:24 +0300

Added PERSIST_FILE to make DFLAGS

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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)