Description: Fix makefile
Origin: vendor
Forwarded: not-needed
Last-Update: <2017-02-08>

Index: erlang-jiffy/Makefile
===================================================================
--- erlang-jiffy.orig/Makefile
+++ erlang-jiffy/Makefile
@@ -16,11 +16,11 @@ distclean: clean
 
 
 build:
-	$(REBAR) compile
+	$(REBAR) compile -vv
 
 
 eunit:
-	$(REBAR) eunit skip_deps=true
+	$(REBAR) eunit -vv skip_deps=true
 
 
 check: build eunit
