Browse Source

Add a dialyze verb to the Makefile for convenience.

Loïc Hoguin 14 years ago
parent
commit
17613e5305
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Makefile

+ 3 - 0
Makefile

@@ -13,3 +13,6 @@ clean:
 
 
 test:
 test:
 	@$(REBAR) eunit
 	@$(REBAR) eunit
+
+dialyze:
+	@$(REBAR) dialyze