mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
- Rename Dev.txt to ReadMe.txt for consistency - Update Dev app Makefile to not copy the internal ReadMe file to the final output - Remove obsolete constants in BPBIOS - Minor patches to zx and cpmtools to workaround an odd behavior in Windows Subsystem for Linux that was causing output to fail binary comparisons.
11 lines
176 B
Makefile
11 lines
176 B
Makefile
OBJECTS = dev.com
|
|
#DOCS = dev.txt
|
|
DEST = ../../../Binary/Apps
|
|
DOCDEST = ../../../Binary/Apps
|
|
TOOLS = ../../../Tools
|
|
include $(TOOLS)/Makefile.inc
|
|
|
|
%.com: USETASM=1
|
|
|
|
|