diff options
Diffstat (limited to 'BuildTests/makefile')
-rw-r--r-- | BuildTests/makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/BuildTests/makefile b/BuildTests/makefile index e29643613..ac0cde260 100644 --- a/BuildTests/makefile +++ b/BuildTests/makefile @@ -11,11 +11,8 @@ # not intended to be modified or compiled by non-developers.
all:
- $(MAKE) -C ModuleTest all
- $(MAKE) -C SingleUSBModeTest all
- $(MAKE) -C StaticAnalysisTest all
-
%:
+ $(MAKE) -C BoardDriverTest $@
$(MAKE) -C ModuleTest $@
$(MAKE) -C SingleUSBModeTest $@
$(MAKE) -C StaticAnalysisTest $@
|