From bac0c76a6d8b46e559321715cb2e2f7e40bd283a Mon Sep 17 00:00:00 2001 From: curt mayer Date: Thu, 20 Feb 2020 15:45:09 -0800 Subject: [PATCH] can't have non-tunes in Tunes --- Binary/Apps/Makefile | 6 ++++-- Binary/Apps/Tunes/Makefile | 6 ------ 2 files changed, 4 insertions(+), 8 deletions(-) delete mode 100644 Binary/Apps/Tunes/Makefile 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