Documentation improvements - put driver example code into its own section, fix incorr...
[pub/USBasp.git] / Projects / makefile
index 19e3d3e..2238961 100644 (file)
@@ -3,7 +3,7 @@
 #     Copyright (C) Dean Camera, 2010.
 #
 #  dean [at] fourwalledcubicle [dot] com
-#      www.fourwalledcubicle.com
+#           www.lufa-lib.org
 #
 
 # Makefile to build all the LUFA Projects. Call with "make all" to
@@ -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