diff --git a/Binary/Apps/Makefile b/Binary/Apps/Makefile index a979319b..ca8f776a 100644 --- a/Binary/Apps/Makefile +++ b/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/* diff --git a/Binary/Apps/Tunes/Makefile b/Binary/Apps/Tunes/Makefile deleted file mode 100644 index 4b7b57e7..00000000 --- a/Binary/Apps/Tunes/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -TOOLS = ../../../Tools - -include $(TOOLS)/Makefile.inc - -clobber:: - -rm -f *.pt3 *.mym