mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:33:12 -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).
8 lines
166 B
Makefile
8 lines
166 B
Makefile
TOOLS = ../../Tools
|
|
MOREDIFF := $(shell $(TOOLS)/unix/casefn.sh *.spr)
|
|
|
|
include $(TOOLS)/Makefile.inc
|
|
|
|
clean::
|
|
@rm -f *.spr *.com *.sys *.dat cpm3fix.pat readme.1st
|