projects
/
pub
/
USBasp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de0df8b
)
Update maintenence validation target to also generate Atmel Studio integration files.
author
Dean Camera
<dean@fourwalledcubicle.com>
Thu, 3 Jan 2013 11:42:25 +0000
(11:42 +0000)
committer
Dean Camera
<dean@fourwalledcubicle.com>
Thu, 3 Jan 2013 11:42:25 +0000
(11:42 +0000)
Maintenance/makefile
patch
|
blob
|
blame
|
history
diff --git
a/Maintenance/makefile
b/Maintenance/makefile
index
65e9ef2
..
d5786b4
100644
(file)
--- 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