aboutsummaryrefslogtreecommitdiff
path: root/BuildTests/makefile
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-06-10 13:10:07 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-06-10 13:10:07 +0000
commite765c9b8f4231267e1dab5946ca50d389ff2e2ae (patch)
tree424d8448b40b83c99e20bacde60883e3af679d5d /BuildTests/makefile
parent24aa788bdaf7ef6faa5502ac3023b1a81de41111 (diff)
Minor tweak to the BuildTest master makefile for better console output.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2328 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'BuildTests/makefile')
-rw-r--r--BuildTests/makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/BuildTests/makefile b/BuildTests/makefile
index e64fa3dd..caa22fb8 100644
--- a/BuildTests/makefile
+++ b/BuildTests/makefile
@@ -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