mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
- Attempting to sync ZXCC with latest source in repository by Tony Nicholson. Generally a failure, but it is closer.
13 lines
183 B
Makefile
13 lines
183 B
Makefile
|
|
OBJECTS = zcpr.bin bdloc.com
|
|
|
|
OTHERS = *.hex
|
|
|
|
TOOLS = ../../Tools
|
|
include $(TOOLS)/Makefile.inc
|
|
|
|
zcpr.bin: zcpr.asm
|
|
$(ZXCC) MAC -$< -$$PO
|
|
$(ZXCC) MLOAD25 -$@=zcpr.hex
|
|
|