mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:33:12 -06:00
14 lines
228 B
Makefile
14 lines
228 B
Makefile
|
|
OBJECTS= zcpr.bin zcprdemo.com
|
|
|
|
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
|