aboutsummaryrefslogtreecommitdiffstats
path: root/BuildTests/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'BuildTests/makefile')
-rw-r--r--BuildTests/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/BuildTests/makefile b/BuildTests/makefile
index bc71160bd..26b29ed9b 100644
--- a/BuildTests/makefile
+++ b/BuildTests/makefile
@@ -11,9 +11,10 @@
# not intended to be modified or compiled by non-developers.
all:
- $(MAKE) -C ModuleTest clean
$(MAKE) -C ModuleTest all
+ $(MAKE) -C SingleUSBModeTest all
%:
$(MAKE) -C ModuleTest $@
+ $(MAKE) -C SingleUSBModeTest $@