Clean up BUILD build system module, expose "check-source" target for use in user...
[pub/USBasp.git] / makefile
index 7ca9cc3..898353c 100644 (file)
--- a/makefile
+++ b/makefile
@@ -1,6 +1,6 @@
 #
 #             LUFA Library
 #
 #             LUFA Library
-#     Copyright (C) Dean Camera, 2011.
+#     Copyright (C) Dean Camera, 2012.
 #
 #  dean [at] fourwalledcubicle [dot] com
 #           www.lufa-lib.org
 #
 #  dean [at] fourwalledcubicle [dot] com
 #           www.lufa-lib.org
@@ -17,11 +17,9 @@ all:
 %:
        @echo Executing \"make $@\" on all LUFA library elements.
        @echo
 %:
        @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
-       $(MASK) -C BuildTests $@ -s
+       $(MAKE) -C LUFA $@ 
+       $(MAKE) -C Demos $@
+       $(MAKE) -C Projects $@
+       $(MAKE) -C Bootloaders $@
        @echo
        @echo LUFA \"make $@\" operation complete.
        @echo
        @echo LUFA \"make $@\" operation complete.
-