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