X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/f5c155cf057d286b435f4dbf0cba98fc37dd87b7..b762780343dd505f7bfe5673cbcffb0b938d7064:/BuildTests/makefile diff --git a/BuildTests/makefile b/BuildTests/makefile index 26b29ed9b..e29643613 100644 --- a/BuildTests/makefile +++ b/BuildTests/makefile @@ -13,8 +13,9 @@ all: $(MAKE) -C ModuleTest all $(MAKE) -C SingleUSBModeTest all + $(MAKE) -C StaticAnalysisTest all %: $(MAKE) -C ModuleTest $@ $(MAKE) -C SingleUSBModeTest $@ - + $(MAKE) -C StaticAnalysisTest $@