aboutsummaryrefslogtreecommitdiffstats
path: root/core/erlc.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-09-10 23:51:10 +0200
committerLoïc Hoguin <[email protected]>2015-09-10 23:51:10 +0200
commite9aa52979b0f24e72ce423fe7ec860bcc556cf2c (patch)
treea220b972b2b225f71d544a092aa3fbc404903eb1 /core/erlc.mk
parentd63d0f313a218b48bce95857d3a61bef2d161492 (diff)
downloaderlang.mk-e9aa52979b0f24e72ce423fe7ec860bcc556cf2c.tar.gz
erlang.mk-e9aa52979b0f24e72ce423fe7ec860bcc556cf2c.tar.bz2
erlang.mk-e9aa52979b0f24e72ce423fe7ec860bcc556cf2c.zip
Replace a @ with a $(verbose)
We have nothing to hide.
Diffstat (limited to 'core/erlc.mk')
-rw-r--r--core/erlc.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/erlc.mk b/core/erlc.mk
index ad67856..04c11e5 100644
--- a/core/erlc.mk
+++ b/core/erlc.mk
@@ -77,7 +77,8 @@ define app_file
endef
endif
-app-build: ebin/$(PROJECT).app ; @echo -n
+app-build: ebin/$(PROJECT).app
+ $(verbose) echo -n
# Source files.