projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added new completed MIDIToneGenerator project.
[pub/USBasp.git]
/
Projects
/
makefile
diff --git
a/Projects/makefile
b/Projects/makefile
index
5498877
..
2238961
100644
(file)
--- a/
Projects/makefile
+++ b/
Projects/makefile
@@
-26,6
+26,9
@@
all:
$(MAKE) -C Magstripe clean
$(MAKE) -C Magstripe all
+ $(MAKE) -C MIDIToneGenerator clean
+ $(MAKE) -C MIDIToneGenerator all
+
$(MAKE) -C MissileLauncher clean
$(MAKE) -C MissileLauncher all