X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/de0df8b16259458c78c742b5dbedd4ac90856285..bd2f3c0250fc1493d0e5c2c4e7724f15055b8447:/Maintenance/makefile diff --git a/Maintenance/makefile b/Maintenance/makefile index 65e9ef24b..d5786b4f7 100644 --- a/Maintenance/makefile +++ b/Maintenance/makefile @@ -76,6 +76,7 @@ check-documentation-placeholders: # Validate the working branch - compile all documentation, demos/projects/examples and run build tests validate-branch: $(MAKE) -C $(patsubst %/,%,$(LUFA_ROOT)) doxygen + $(MAKE) -C $(patsubst %/,%,$(LUFA_ROOT))/LUFA/StudioIntegration all $(MAKE) -C $(patsubst %/,%,$(LUFA_ROOT)) all DEBUG_LEVEL=0 $(MAKE) -C $(patsubst %/,%,$(LUFA_ROOT))/BuildTests all