Add svn:eol-style property to source files, so that the line endings are correctly...
[pub/USBasp.git] / makefile
index da710b5..4fc793a 100644 (file)
--- a/makefile
+++ b/makefile
@@ -1,26 +1,26 @@
-#\r
-#             LUFA Library\r
-#     Copyright (C) Dean Camera, 2010.\r
-#              \r
-#  dean [at] fourwalledcubicle [dot] com\r
-#      www.fourwalledcubicle.com\r
-#\r
-\r
-# Makefile to build the LUFA library, projects and demos.\r
-\r
-# Call with "make all" to rebuild everything, "make clean" to clean everything,\r
-# "make clean_list" to remove all intermediatary files but preserve any binaries,\r
-# "make doxygen" to document everything with Doxygen (if installed) and\r
-# "make clean_doxygen" to remove generated Doxygen documentation from everything.\r
-\r
-all:\r
-\r
-%:\r
-       @echo Executing \"make $@\" on all LUFA library elements.\r
-       @echo\r
-       $(MAKE) -C LUFA $@ -s\r
-       $(MAKE) -C Demos $@ -s\r
-       $(MAKE) -C Projects $@ -s\r
-       $(MAKE) -C Bootloaders $@ -s\r
-       @echo\r
-       @echo LUFA \"make $@\" operation complete.\r
+#
+#             LUFA Library
+#     Copyright (C) Dean Camera, 2010.
+#              
+#  dean [at] fourwalledcubicle [dot] com
+#      www.fourwalledcubicle.com
+#
+
+# Makefile to build the LUFA library, projects and demos.
+
+# Call with "make all" to rebuild everything, "make clean" to clean everything,
+# "make clean_list" to remove all intermediatary files but preserve any binaries,
+# "make doxygen" to document everything with Doxygen (if installed) and
+# "make clean_doxygen" to remove generated Doxygen documentation from everything.
+
+all:
+
+%:
+       @echo Executing \"make $@\" on all LUFA library elements.
+       @echo
+       $(MAKE) -C LUFA $@ -s
+       $(MAKE) -C Demos $@ -s
+       $(MAKE) -C Projects $@ -s
+       $(MAKE) -C Bootloaders $@ -s
+       @echo
+       @echo LUFA \"make $@\" operation complete.