X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/2f036ae2bfddb37840c6041595eb994efad8954d..359fbfe14d00ab378f85a36664820ea9ba538c3f:/BuildTests/makefile diff --git a/BuildTests/makefile b/BuildTests/makefile index 26b29ed9b..ac0cde260 100644 --- a/BuildTests/makefile +++ b/BuildTests/makefile @@ -11,10 +11,8 @@ # not intended to be modified or compiled by non-developers. all: - $(MAKE) -C ModuleTest all - $(MAKE) -C SingleUSBModeTest all - %: + $(MAKE) -C BoardDriverTest $@ $(MAKE) -C ModuleTest $@ $(MAKE) -C SingleUSBModeTest $@ - + $(MAKE) -C StaticAnalysisTest $@