Skip to content
Snippets Groups Projects
Commit bd2f3c02 authored by Dean Camera's avatar Dean Camera
Browse files

Update maintenence validation target to also generate Atmel Studio integration files.

parent de0df8b1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment