Fixed programming errors in the AVRISP-MKII project when the programming packet is...
[pub/USBasp.git] / Demos / Device / ClassDriver / makefile
index 3892427..97194a7 100644 (file)
@@ -1,9 +1,9 @@
 #
 #             LUFA Library
-#     Copyright (C) Dean Camera, 2010.
+#     Copyright (C) Dean Camera, 2011.
 #
 #  dean [at] fourwalledcubicle [dot] com
-#      www.fourwalledcubicle.com
+#           www.lufa-lib.org
 #
 
 # Makefile to build all the LUFA Device Demos. Call with "make all" to
@@ -35,6 +35,9 @@ all:
        $(MAKE) -C KeyboardMouse clean
        $(MAKE) -C KeyboardMouse all
 
+       $(MAKE) -C KeyboardMouseMultiReport clean
+       $(MAKE) -C KeyboardMouseMultiReport all
+
        $(MAKE) -C MassStorage clean
        $(MAKE) -C MassStorage all