forked from mfulz_github/qmk_firmware
Minor tweak to the BuildTest master makefile for better console output.
This commit is contained in:
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…
Reference in New Issue