mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:43:15 -06:00
11 lines
232 B
Makefile
11 lines
232 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?
|