projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add build tests to verify correct compilation of as many modules as possible under...
[pub/USBasp.git]
/
makefile
diff --git
a/makefile
b/makefile
index
89b6b2b
..
7ca9cc3
100644
(file)
--- a/
makefile
+++ b/
makefile
@@
-21,6
+21,7
@@
all:
$(MAKE) -C Demos $@ -s
$(MAKE) -C Projects $@ -s
$(MAKE) -C Bootloaders $@ -s
+ $(MASK) -C BuildTests $@ -s
@echo
@echo LUFA \"make $@\" operation complete.