Files
RomWBW/Source/Apps/Tune/Tunes/Makefile
2020-01-29 23:21:10 -08:00

10 lines
194 B
Makefile

OBJECTS = *.pt3 *.mym
NODELETE = $(OBJECTS)
DEST = ../../../../Binary/Apps/Tunes
TOOLS = ../../../../Tools
include $(TOOLS)/Makefile.inc
clobber::
-rm -f $(DEST)/*.pt3 $(DEST)/*.mym