X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/2ff1370221d3650a6bc0523c93c2f0d37508f408..fcf0b8a5bb27eacb9de54ca4f85d63872562e380:/Maintenance/makefile diff --git a/Maintenance/makefile b/Maintenance/makefile index 0f126eb77..41fb99107 100644 --- a/Maintenance/makefile +++ b/Maintenance/makefile @@ -83,9 +83,9 @@ check-documentation-placeholders: # Validate the working branch - compile all documentation, demos/projects/examples and run build tests validate-branch: - make -s -C $(LUFA_ROOT) doxygen - make -s -C $(LUFA_ROOT) all - make -s -C $(LUFA_ROOT)/BuildTests all + make -C $(LUFA_ROOT) doxygen + make -C $(LUFA_ROOT) all + make -C $(LUFA_ROOT)/BuildTests all # Validate the working branch for general release, check for placeholder documentation then build and test everything validate-release: check-documentation-placeholders validate-branch