aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/protobuffs.mk
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/protobuffs.mk')
-rw-r--r--plugins/protobuffs.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/protobuffs.mk b/plugins/protobuffs.mk
index b0400bf..550be43 100644
--- a/plugins/protobuffs.mk
+++ b/plugins/protobuffs.mk
@@ -9,10 +9,10 @@ proto_verbose = $(proto_verbose_$(V))
# Core targets.
define compile_proto
- @mkdir -p ebin/ include/
+ $(verbose) mkdir -p ebin/ include/
$(proto_verbose) $(call erlang,$(call compile_proto.erl,$(1)))
$(proto_verbose) erlc +debug_info -o ebin/ ebin/*.erl
- @rm ebin/*.erl
+ $(verbose) rm ebin/*.erl
endef
define compile_proto.erl