mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:43:15 -06:00
- Trying to get past MLOAD25 in ZMD build on GitHub. Updated ZX syntax to include a hyphen before the options.
11 lines
237 B
Makefile
11 lines
237 B
Makefile
OBJECTS = zmd.com
|
|
DEST = ../../../Binary/Apps
|
|
TOOLS = ../../../Tools
|
|
OTHERS = *.hex zmd.rel
|
|
|
|
include $(TOOLS)/Makefile.inc
|
|
|
|
zmd.com: zmd.rel zmdhb.hex
|
|
$(ZXCC) $(CPM)/L80 -zmd,zmd/n/e
|
|
$(ZXCC) $(CPM)/MLOAD25 -zmd=zmd.com,zmdhb
|