Update Makefile

When making ZCPR-D&J, also make the "demo" version.
This commit is contained in:
Wayne Warthen
2022-07-24 15:32:05 -07:00
parent f0def03d0e
commit d4ca3de40f

View File

@@ -1,10 +1,13 @@
OBJECTS= zcpr.bin
OBJECTS= zcpr.bin zcprdemo.com
OTHERS = zcpr.rel
OTHERS = *.rel
TOOLS = ../../Tools
include $(TOOLS)/Makefile.inc
zcpr.bin: zcpr.rel
$(ZXCC) L80 -zcpr,zcpr.bin/n/e
zcprdemo.com: zcprdemo.rel
$(ZXCC) L80 -zcprdemo,zcprdemo/n/e