forked from MirrorRepos/RomWBW
The clobber target has been removed and the clean target now does what most people would expect (actually cleans the entire build tree).
8 lines
128 B
Makefile
8 lines
128 B
Makefile
TOOLS = ../../../Tools
|
|
MOREDIFF := $(shell $(TOOLS)/unix/casefn.sh *.com)
|
|
|
|
include $(TOOLS)/Makefile.inc
|
|
|
|
clean::
|
|
@rm -f *.com
|