mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
- Put CP/M 3 and ZPM3 built system files into Binary directory to make them easier to access for manual upgrades. - Improve upgrade documentation.
11 lines
233 B
Makefile
11 lines
233 B
Makefile
TOOLS = ../../Tools
|
|
MOREDIFF := $(shell $(TOOLS)/unix/casefn.sh *.com Tunes/*)
|
|
|
|
include $(TOOLS)/Makefile.inc
|
|
|
|
all::
|
|
mkdir -p Tunes
|
|
|
|
clobber::
|
|
@rm -f *.bin *.com *.img *.rom *.pdf *.log *.eeprom *.COM *.BIN Tunes/*.mym Tunes/*.pt?
|