Browse Source

avoid having any non-tunes in Tunes directory

pull/82/head
curt mayer 6 years ago
parent
commit
3d916a90d4
  1. 4
      Source/Apps/Tune/Makefile
  2. 9
      Source/Apps/Tune/Tunes/Makefile

4
Source/Apps/Tune/Makefile

@ -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

9
Source/Apps/Tune/Tunes/Makefile

@ -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
Loading…
Cancel
Save