Minor tweak to the BuildTest master makefile for better console output.
This commit is contained in:
parent
21a6acff83
commit
678cb3c2bf
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue