mirror of https://github.com/wwarthen/RomWBW.git
2 changed files with 4 additions and 8 deletions
@ -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/* |
|||
|
|||
@ -1,6 +0,0 @@ |
|||
TOOLS = ../../../Tools |
|||
|
|||
include $(TOOLS)/Makefile.inc |
|||
|
|||
clobber:: |
|||
-rm -f *.pt3 *.mym |
|||
Loading…
Reference in new issue