mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:23:13 -06:00
8 lines
131 B
Makefile
8 lines
131 B
Makefile
TOOLS = ../../Tools
|
|
MOREDIFF := $(shell $(TOOLS)/unix/casefn.sh *.spr)
|
|
|
|
include $(TOOLS)/Makefile.inc
|
|
|
|
clean::
|
|
@rm -f *.sys *.bin
|