Clean up VSIX generation scripts.

This commit is contained in:
Dean Camera
2013-01-09 19:01:28 +00:00
parent 132de6ed22
commit 0254a7e980
3 changed files with 3 additions and 6 deletions

View File

@@ -76,7 +76,6 @@ 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