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

pull/1469/head
Dean Camera 12 years ago
parent 21a6acff83
commit 678cb3c2bf

@ -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.
Loading…
Cancel
Save