aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-05-27 03:45:45 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-05-27 03:45:45 +0000
commit348bf33b189b6dfa2d62170331ed6402b986ee59 (patch)
tree4534c64ad67fc302a647082820761cc99353f608 /Projects/makefile
parent7e1e23af5969b0553aa498e11cac021e4eee04c4 (diff)
downloadlufa-348bf33b189b6dfa2d62170331ed6402b986ee59.tar.gz
lufa-348bf33b189b6dfa2d62170331ed6402b986ee59.tar.bz2
lufa-348bf33b189b6dfa2d62170331ed6402b986ee59.zip
Add the MIDIToneGenerator project to the Projects/ directory makefile clean rule.
Diffstat (limited to 'Projects/makefile')
-rw-r--r--Projects/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Projects/makefile b/Projects/makefile
index 531c52ec8..d3eccd7c9 100644
--- 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 $@