X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/2f036ae2bfddb37840c6041595eb994efad8954d..d4b45e8502a27c0f5ad3e26eabd2b30e84c20bac:/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 $@