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.
8 lines
127 B
Makefile
8 lines
127 B
Makefile
TOOLS = ../../Tools
|
|
MOREDIFF := $(shell $(TOOLS)/unix/casefn.sh *.spr)
|
|
|
|
include $(TOOLS)/Makefile.inc
|
|
|
|
clobber::
|
|
@rm -f *.spr
|