Browse Source

Update Makefile

Takeru Ohta 9 years ago
parent
commit
6bc44e833e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -10,7 +10,7 @@ clean:
 	@./rebar3 clean
 
 eunit:
-	@./rebar3 eunit
+	@./rebar3 do eunit,cover
 
 edoc:
 	@./rebar3 as edown edoc