aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-12-03 03:51:46 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-12-03 03:51:46 +0000
commit8a7351c760b30077f562795500d88908e4da1932 (patch)
treeee52523bd56d6b188b1b2c94f1b9a87d1d649821 /Projects/makefile
parentb20d25854d7134ed5c73bfcd852a6e3e4febdc0b (diff)
downloadlufa-8a7351c760b30077f562795500d88908e4da1932.tar.gz
lufa-8a7351c760b30077f562795500d88908e4da1932.tar.bz2
lufa-8a7351c760b30077f562795500d88908e4da1932.zip
Added new completed MIDIToneGenerator project.
Diffstat (limited to 'Projects/makefile')
-rw-r--r--Projects/makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Projects/makefile b/Projects/makefile
index 549887773..223896115 100644
--- 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