X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/6e29655b5473c6f8235b72654f9aae9cfeb9b078..0da99447d3e88e83f9977501bee56af5c7aa56c0:/BuildTests/makefile?ds=sidebyside diff --git a/BuildTests/makefile b/BuildTests/makefile index e64fa3dd1..901dbadbb 100644 --- a/BuildTests/makefile +++ b/BuildTests/makefile @@ -11,9 +11,14 @@ # not intended to be modified or compiled by non-developers. all: + %: + @echo Executing \"make $@\" on all LUFA build tests. + @echo $(MAKE) -C BoardDriverTest $@ $(MAKE) -C BootloaderTest $@ $(MAKE) -C ModuleTest $@ $(MAKE) -C SingleUSBModeTest $@ $(MAKE) -C StaticAnalysisTest $@ + @echo + @echo LUFA build test \"make $@\" operation complete. \ No newline at end of file