aboutsummaryrefslogtreecommitdiffstats
path: root/Maintenance
diff options
context:
space:
mode:
Diffstat (limited to 'Maintenance')
-rw-r--r--Maintenance/makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Maintenance/makefile b/Maintenance/makefile
index 3751f18ad..04d15d2aa 100644
--- a/Maintenance/makefile
+++ b/Maintenance/makefile
@@ -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