diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-06-10 13:10:07 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-06-10 13:10:07 +0000 |
commit | 678cb3c2bfb52804a3428880208b18a79859e668 (patch) | |
tree | 424d8448b40b83c99e20bacde60883e3af679d5d | |
parent | 21a6acff834a05b0c061764afa90eb80f3be461e (diff) | |
download | lufa-678cb3c2bfb52804a3428880208b18a79859e668.tar.gz lufa-678cb3c2bfb52804a3428880208b18a79859e668.tar.bz2 lufa-678cb3c2bfb52804a3428880208b18a79859e668.zip |
Minor tweak to the BuildTest master makefile for better console output.
-rw-r--r-- | BuildTests/makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/BuildTests/makefile b/BuildTests/makefile index e64fa3dd1..caa22fb80 100644 --- a/BuildTests/makefile +++ b/BuildTests/makefile @@ -12,8 +12,12 @@ 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 |