#     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
        $(MAKE) -C Magstripe clean
        $(MAKE) -C Magstripe all
 
+       $(MAKE) -C MIDIToneGenerator clean
+       $(MAKE) -C MIDIToneGenerator all
+
        $(MAKE) -C MissileLauncher clean
        $(MAKE) -C MissileLauncher all