mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
9 lines
247 B
Makefile
9 lines
247 B
Makefile
TOOLS = ../Tools
|
|
MOREDIFF := $(shell $(TOOLS)/unix/casefn.sh *.img *.rom *.com *.eeprom)
|
|
SUBDIRS = Apps CPM22 CPM3 QPM ZSDOS ZPM3 CPNET
|
|
|
|
include $(TOOLS)/Makefile.inc
|
|
|
|
clean::
|
|
@rm -f *.bin *.com *.img *.rom *.upd *.hex *.pdf *.log *.eeprom *.dat
|