Browse Source
Merge pull request #92 from wwarthen/master
Update Makefile
pull/103/head
b1ackmai1er
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Binary/Apps/Makefile
|
|
@ -6,5 +6,5 @@ include $(TOOLS)/Makefile.inc |
|
|
all:: |
|
|
all:: |
|
|
mkdir -p Tunes |
|
|
mkdir -p Tunes |
|
|
|
|
|
|
|
|
clean:: |
|
|
|
|
|
|
|
|
clobber:: |
|
|
rm -f *.bin *.com *.img *.rom *.pdf *.log *.eeprom *.COM *.BIN Tunes/*.mym Tunes/*.pt? |
|
|
rm -f *.bin *.com *.img *.rom *.pdf *.log *.eeprom *.COM *.BIN Tunes/*.mym Tunes/*.pt? |
|
|
|