mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 21:01:31 +00:00
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
Block a user