Browse Source

can't have non-tunes in Tunes

patch
curt mayer 6 years ago
parent
commit
bac0c76a6d
  1. 6
      Binary/Apps/Makefile
  2. 6
      Binary/Apps/Tunes/Makefile

6
Binary/Apps/Makefile

@ -1,7 +1,9 @@
TOOLS = ../../Tools
SUBDIRS = Tunes
include $(TOOLS)/Makefile.inc
all::
mkdir -p Tunes
clean::
rm -f *.bin *.com *.img *.rom *.pdf *.log *.eeprom *.COM *.BIN
rm -f *.bin *.com *.img *.rom *.pdf *.log *.eeprom *.COM *.BIN Tunes/*

6
Binary/Apps/Tunes/Makefile

@ -1,6 +0,0 @@
TOOLS = ../../../Tools
include $(TOOLS)/Makefile.inc
clobber::
-rm -f *.pt3 *.mym
Loading…
Cancel
Save