X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/678cb3c2bfb52804a3428880208b18a79859e668..refs/heads/ProMicro:/BuildTests/makefile diff --git a/BuildTests/makefile b/BuildTests/makefile index caa22fb80..64b4504b3 100644 --- a/BuildTests/makefile +++ b/BuildTests/makefile @@ -1,6 +1,6 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2012. +# Copyright (C) Dean Camera, 2021. # # dean [at] fourwalledcubicle [dot] com # www.lufa-lib.org @@ -11,6 +11,7 @@ # not intended to be modified or compiled by non-developers. all: + %: @echo Executing \"make $@\" on all LUFA build tests. @echo @@ -20,4 +21,4 @@ all: $(MAKE) -C SingleUSBModeTest $@ $(MAKE) -C StaticAnalysisTest $@ @echo - @echo LUFA build test \"make $@\" operation complete. \ No newline at end of file + @echo LUFA build test \"make $@\" operation complete.