mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:43:15 -06:00
avoid having any non-tunes in Tunes directory
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user