mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:13:13 -06:00
The clobber target has been removed and the clean target now does what most people would expect (actually cleans the entire build tree).
12 lines
268 B
Makefile
12 lines
268 B
Makefile
TOOLS = ../../Tools
|
|
MOREDIFF := $(shell $(TOOLS)/unix/casefn.sh *.com)
|
|
SUBDIRS = Test
|
|
|
|
include $(TOOLS)/Makefile.inc
|
|
|
|
all::
|
|
mkdir -p Tunes
|
|
|
|
clean::
|
|
@rm -f *.bin *.com *.img *.rom *.pdf *.log *.eeprom *.ovr *.hlp *.doc *.COM *.BIN Tunes/*.mym Tunes/*.pt? Tunes/*.vgm
|