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