mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:43:15 -06:00
9 lines
198 B
Makefile
9 lines
198 B
Makefile
TOOLS = ../Tools
|
|
MOREDIFF := $(shell $(TOOLS)/unix/casefn.sh *.img *.rom *.com *.eeprom)
|
|
SUBDIRS = Apps
|
|
|
|
include $(TOOLS)/Makefile.inc
|
|
|
|
clobber::
|
|
rm -f *.bin *.com *.img *.rom *.pdf *.log *.eeprom
|