X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/1132488e8f80b43473ce4e53db9dd8ce12e87e13..2f036ae2bfddb37840c6041595eb994efad8954d:/BuildTests/makefile diff --git a/BuildTests/makefile b/BuildTests/makefile index bc71160bd..26b29ed9b 100644 --- a/BuildTests/makefile +++ b/BuildTests/makefile @@ -11,9 +11,10 @@ # 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 ModuleTest $@ + $(MAKE) -C SingleUSBModeTest $@