Minor tweak to the BuildTest master makefile for better console output.

This commit is contained in:
Dean Camera 2012-06-10 13:10:07 +00:00
parent 21a6acff83
commit 678cb3c2bf
1 changed files with 4 additions and 0 deletions

View File

@ -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.