mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:43:15 -06:00
- Attempting to sync ZXCC with latest source in repository by Tony Nicholson. Generally a failure, but it is closer.
11 lines
151 B
Makefile
11 lines
151 B
Makefile
|
|
OBJECTS= zcpr.bin
|
|
|
|
OTHERS = zcpr.rel
|
|
|
|
TOOLS = ../../Tools
|
|
include $(TOOLS)/Makefile.inc
|
|
|
|
zcpr.bin: zcpr.rel
|
|
$(ZXCC) L80 -zcpr,zcpr.bin/n/e
|