mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
10 lines
194 B
Makefile
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
|