Browse Source

Replace a @ with a $(verbose)

We have nothing to hide.
Loïc Hoguin 9 years ago
parent
commit
e9aa52979b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      core/erlc.mk

+ 2 - 1
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.