Switch over Demos, Bootloaders and Projects to the new and improved build system.
[pub/USBasp.git] / Maintenance / makefile
index 0f126eb..41fb991 100644 (file)
@@ -83,9 +83,9 @@ check-documentation-placeholders:
 \r
 # Validate the working branch - compile all documentation, demos/projects/examples and run build tests\r
 validate-branch:\r
-       make -s -C $(LUFA_ROOT) doxygen\r
-       make -s -C $(LUFA_ROOT) all\r
-       make -s -C $(LUFA_ROOT)/BuildTests all\r
+       make -C $(LUFA_ROOT) doxygen\r
+       make -C $(LUFA_ROOT) all\r
+       make -C $(LUFA_ROOT)/BuildTests all\r
 \r
 # Validate the working branch for general release, check for placeholder documentation then build and test everything\r
 validate-release: check-documentation-placeholders validate-branch\r