X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/1132488e8f80b43473ce4e53db9dd8ce12e87e13..1cc62c92828be5b2fd7af6c4c68f2616e03cddb4:/BuildTests/makefile diff --git a/BuildTests/makefile b/BuildTests/makefile index bc71160bd..e29643613 100644 --- a/BuildTests/makefile +++ b/BuildTests/makefile @@ -11,9 +11,11 @@ # not intended to be modified or compiled by non-developers. all: - $(MAKE) -C ModuleTest clean $(MAKE) -C ModuleTest all + $(MAKE) -C SingleUSBModeTest all + $(MAKE) -C StaticAnalysisTest all %: $(MAKE) -C ModuleTest $@ - + $(MAKE) -C SingleUSBModeTest $@ + $(MAKE) -C StaticAnalysisTest $@