X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/1132488e8f80b43473ce4e53db9dd8ce12e87e13..ecdffe2e41f13cc245e2e7cfab18486ea66330a7:/BuildTests/makefile?ds=sidebyside diff --git a/BuildTests/makefile b/BuildTests/makefile index bc71160bd..604b2e56f 100644 --- a/BuildTests/makefile +++ b/BuildTests/makefile @@ -1,6 +1,6 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2011. +# Copyright (C) Dean Camera, 2012. # # dean [at] fourwalledcubicle [dot] com # www.lufa-lib.org @@ -11,9 +11,9 @@ # not intended to be modified or compiled by non-developers. all: - $(MAKE) -C ModuleTest clean - $(MAKE) -C ModuleTest all - %: + $(MAKE) -C BoardDriverTest $@ + $(MAKE) -C BootloaderTest $@ $(MAKE) -C ModuleTest $@ - + $(MAKE) -C SingleUSBModeTest $@ + $(MAKE) -C StaticAnalysisTest $@