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