aboutsummaryrefslogtreecommitdiff
path: root/examples/other
diff options
context:
space:
mode:
authorUwe Hermann2010-03-05 23:24:09 +0100
committerUwe Hermann2010-03-05 23:24:09 +0100
commit8faf33275a3e0da78aa52164b39192ae2a06b360 (patch)
treece21b40b687ce7ad2eb4fcd342ef2ef19b94c61c /examples/other
parent20ff2d9a7bfc6c42b66d875d27102c1390766c99 (diff)
Makefile output cosmetic improvements.
Diffstat (limited to 'examples/other')
-rw-r--r--examples/other/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/other/Makefile b/examples/other/Makefile
index 1aa9032..40cc178 100644
--- a/examples/other/Makefile
+++ b/examples/other/Makefile
@@ -27,11 +27,11 @@ endif
all: i2c_stts75_sensor
i2c_stts75_sensor:
- @printf " BUILD i2c_stts75_sensor\n"
+ @printf " BUILD examples/other/i2c_stts75_sensor\n"
$(Q)$(MAKE) -C i2c_stts75_sensor
clean:
- @printf " CLEAN i2c_stts75_sensor\n"
+ @printf " CLEAN examples/other/i2c_stts75_sensor\n"
$(Q)$(MAKE) -C i2c_stts75_sensor clean
.PHONY: i2c_stts75_sensor clean