diff options
author | Loïc Hoguin <[email protected]> | 2015-09-10 23:51:10 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2015-09-10 23:51:10 +0200 |
commit | e9aa52979b0f24e72ce423fe7ec860bcc556cf2c (patch) | |
tree | a220b972b2b225f71d544a092aa3fbc404903eb1 /core | |
parent | d63d0f313a218b48bce95857d3a61bef2d161492 (diff) | |
download | erlang.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')
-rw-r--r-- | core/erlc.mk | 3 |
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. |