Add FLASH writing routine to the VirtualFAT layer of the incomplete Mass Storage...
[pub/USBasp.git] / Demos / makefile
index cb624f4..6bca45a 100644 (file)
@@ -1,9 +1,9 @@
 #
 #             LUFA Library
-#     Copyright (C) Dean Camera, 2009.
-#              
+#     Copyright (C) Dean Camera, 2013.
+#
 #  dean [at] fourwalledcubicle [dot] com
-#      www.fourwalledcubicle.com
+#           www.lufa-lib.org
 #
 
 # Makefile to build all the LUFA Demos. Call with "make all" to
 # custom LUFA library build options are reflected in the compiled
 # code.
 
+all:
+
 %:
-       make -C Device/ $@
-       make -C Host/ $@
-       make -C OTG/ $@
+       $(MAKE) -C Device $@
+       $(MAKE) -C Host $@
+       $(MAKE) -C DualRole $@
+