Add FLASH writing routine to the VirtualFAT layer of the incomplete Mass Storage...
[pub/USBasp.git] / Demos / makefile
index 30434b7..6bca45a 100644 (file)
@@ -1,9 +1,9 @@
 #
 #             LUFA Library
-#     Copyright (C) Dean Camera, 2010.
-#              
+#     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
@@ -19,3 +19,4 @@ all:
        $(MAKE) -C Device $@
        $(MAKE) -C Host $@
        $(MAKE) -C DualRole $@
+