avoid having any non-tunes in Tunes directory

This commit is contained in:
curt mayer
2020-02-20 15:39:55 -08:00
parent 8fc0274044
commit 3d916a90d4
2 changed files with 3 additions and 10 deletions

View File

@@ -1,4 +1,3 @@
SUBDIRS = Tunes
OBJECTS = Tune.com
DEST = ../../../Binary/Apps
TOOLS = ../../../Tools
@@ -7,3 +6,6 @@ include $(TOOLS)/Makefile.inc
Tune.com: Tune.asm
$(TASM) Tune.asm Tune.com
all::
cp Tunes/* $(DEST)/Tunes

View File

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