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