more build and clean fixes

This commit is contained in:
curt mayer
2020-01-29 23:21:10 -08:00
parent b4c1ca7fcb
commit f9126620c8
3 changed files with 11 additions and 2 deletions

View File

@@ -2336,7 +2336,7 @@ T_PACK .DB $06EC*2/256,$06EC*2
;
; MYMPLAY - Player for MYM-tunes
; MSX-version by Marq/Lieves!Tuore & Fit 30.1.2000
:
;
; 1.2.2000 - Added the disk loader. Thanks to Yzi & Plaque for examples.
; 7.2.2000 - Removed one unpack window -> freed 1.7kB memory
;

View File

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