X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/1132488e8f80b43473ce4e53db9dd8ce12e87e13..e39f3378a21ae5076e8c49bc728c20e436e3a69f:/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 $@