Added start of a port of the core USB driver code to the AVR32 UC3B architecture.
[pub/USBasp.git] / Projects / makefile
index 19e3d3e..e3ae1f0 100644 (file)
@@ -1,9 +1,9 @@
 #
 #             LUFA Library
 #
 #             LUFA Library
-#     Copyright (C) Dean Camera, 2010.
+#     Copyright (C) Dean Camera, 2011.
 #
 #  dean [at] fourwalledcubicle [dot] com
 #
 #  dean [at] fourwalledcubicle [dot] com
-#      www.fourwalledcubicle.com
+#           www.lufa-lib.org
 #
 
 # Makefile to build all the LUFA Projects. Call with "make all" to
 #
 
 # 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 Magstripe clean
        $(MAKE) -C Magstripe all
 
+       $(MAKE) -C MIDIToneGenerator clean
+       $(MAKE) -C MIDIToneGenerator all
+
        $(MAKE) -C MissileLauncher clean
        $(MAKE) -C MissileLauncher all
 
        $(MAKE) -C MissileLauncher clean
        $(MAKE) -C MissileLauncher all