aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorUwe Hermann2010-01-26 03:11:06 +0100
committerUwe Hermann2010-01-26 03:11:27 +0100
commit06fa19df3e7f60e1db50792054d0e4332dcab40c (patch)
tree2a0e684946ce76bee54acabcd5e387121b4f0525 /examples
parentda79139560521dabbe4f3ab8fb6674019978e7b5 (diff)
Cosmetics in build output.
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 6a7cb7e..90b2b85 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -28,17 +28,17 @@ endif
all: stm32-h103 mb525
stm32-h103:
- @printf " BUILD stm32-h103 examples\n"
+ @printf " BUILD examples/stm32-h103\n"
$(Q)$(MAKE) -C stm32-h103
mb525:
- @printf " BUILD mb525 examples\n"
+ @printf " BUILD examples/mb525\n"
$(Q)$(MAKE) -C mb525
clean:
- @printf " CLEAN stm32-h103 examples\n"
+ @printf " CLEAN examples/stm32-h103\n"
$(Q)$(MAKE) -C stm32-h103 clean
- @printf " CLEAN mb525 examples\n"
+ @printf " CLEAN examples/mb525\n"
$(Q)$(MAKE) -C mb525 clean
.PHONY: stm32-h103 mb525 clean