Skip to content
Snippets Groups Projects
Commit 678cb3c2 authored by Dean Camera's avatar Dean Camera
Browse files

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

parent 21a6acff
No related branches found
No related tags found
No related merge requests found
......@@ -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.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment