forked from MirrorRepos/RomWBW
1 changed files with 5 additions and 2 deletions
@ -1,10 +1,13 @@ |
|||||
|
|
||||
OBJECTS= zcpr.bin |
|
||||
|
OBJECTS= zcpr.bin zcprdemo.com |
||||
|
|
||||
OTHERS = zcpr.rel |
|
||||
|
OTHERS = *.rel |
||||
|
|
||||
TOOLS = ../../Tools |
TOOLS = ../../Tools |
||||
include $(TOOLS)/Makefile.inc |
include $(TOOLS)/Makefile.inc |
||||
|
|
||||
zcpr.bin: zcpr.rel |
zcpr.bin: zcpr.rel |
||||
$(ZXCC) L80 -zcpr,zcpr.bin/n/e |
$(ZXCC) L80 -zcpr,zcpr.bin/n/e |
||||
|
|
||||
|
zcprdemo.com: zcprdemo.rel |
||||
|
$(ZXCC) L80 -zcprdemo,zcprdemo/n/e |
||||
|
|||||
Loading…
Reference in new issue