Added incomplete MIDIToneGenerator project.
[pub/lufa.git] / makefile
index b087f9b..421c077 100644 (file)
--- a/makefile
+++ b/makefile
@@ -1,6 +1,6 @@
 #\r
 #             LUFA Library\r
-#     Copyright (C) Dean Camera, 2009.\r
+#     Copyright (C) Dean Camera, 2010.\r
 #              \r
 #  dean [at] fourwalledcubicle [dot] com\r
 #      www.fourwalledcubicle.com\r
 # "make doxygen" to document everything with DoxyGen (if installed) and\r
 # "make clean_doxygen" to remove generated Doxygen documentation from everything.\r
 \r
-# It is suggested that for the master build, the --quiet switch is passed to make,\r
-# to remove all the commands from the output. This gives a much easier to read\r
-# report of the entire build process.\r
-\r
 all:\r
 \r
 %:\r
        @echo Executing \"make $@\" on all LUFA library elements.\r
        @echo\r
-       make -C LUFA/ $@\r
-       make -C Demos/ $@\r
-       make -C Projects/ $@\r
-       make -C Bootloaders/ $@\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