projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add the MIDIToneGenerator project to the Projects/ directory makefile clean rule.
[pub/lufa.git]
/
Projects
/
makefile
diff --git
a/Projects/makefile
b/Projects/makefile
index
531c52e
..
d3eccd7
100644
(file)
--- a/
Projects/makefile
+++ b/
Projects/makefile
@@
-56,6
+56,7
@@
all:
$(MAKE) -C LEDNotifier $@
$(MAKE) -C Magstripe $@
$(MAKE) -C MediaController $@
+ $(MAKE) -C MIDIToneGenerator $@
$(MAKE) -C MissileLauncher $@
$(MAKE) -C RelayBoard $@
$(MAKE) -C TempDataLogger $@