Add svn:eol-style property to source files, so that the line endings are correctly...
[pub/USBasp.git] / Bootloaders / makefile
index 0fa1fcf..638cdc1 100644 (file)
@@ -1,29 +1,29 @@
-#\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 all the LUFA USB Bootloaders. Call with "make all" to\r
-# rebuild all bootloaders.\r
-\r
-# Bootloaders are pre-cleaned before each one is built, to ensure any\r
-# custom LUFA library build options are reflected in the compiled\r
-# code.\r
-\r
-all:\r
-       $(MAKE) -C DFU clean\r
-       $(MAKE) -C DFU all\r
-\r
-       $(MAKE) -C CDC clean\r
-       $(MAKE) -C CDC all\r
-       \r
-       $(MAKE) -C TeensyHID clean\r
-       $(MAKE) -C TeensyHID all\r
-\r
-%:\r
-       $(MAKE) -C DFU $@\r
-       $(MAKE) -C CDC $@\r
-       $(MAKE) -C TeensyHID $@\r
+#
+#             LUFA Library
+#     Copyright (C) Dean Camera, 2010.
+#              
+#  dean [at] fourwalledcubicle [dot] com
+#      www.fourwalledcubicle.com
+#
+
+# Makefile to build all the LUFA USB Bootloaders. Call with "make all" to
+# rebuild all bootloaders.
+
+# Bootloaders are pre-cleaned before each one is built, to ensure any
+# custom LUFA library build options are reflected in the compiled
+# code.
+
+all:
+       $(MAKE) -C DFU clean
+       $(MAKE) -C DFU all
+
+       $(MAKE) -C CDC clean
+       $(MAKE) -C CDC all
+       
+       $(MAKE) -C TeensyHID clean
+       $(MAKE) -C TeensyHID all
+
+%:
+       $(MAKE) -C DFU $@
+       $(MAKE) -C CDC $@
+       $(MAKE) -C TeensyHID $@