aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2011-04-03 16:07:27 +0200
committerLoïc Hoguin <[email protected]>2011-04-03 16:07:27 +0200
commit17613e5305b453fcbad039554ecba2c908226553 (patch)
tree98af6517be4be2903bf83b0136fd9286a43055b5 /Makefile
parentd51170b4bc99e8bc55a8f797ee52c7cac3b5569d (diff)
downloadcowboy-17613e5305b453fcbad039554ecba2c908226553.tar.gz
cowboy-17613e5305b453fcbad039554ecba2c908226553.tar.bz2
cowboy-17613e5305b453fcbad039554ecba2c908226553.zip
Add a dialyze verb to the Makefile for convenience.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d3d97d2..a6fb96c 100644
--- a/Makefile
+++ b/Makefile
@@ -13,3 +13,6 @@ clean:
test:
@$(REBAR) eunit
+
+dialyze:
+ @$(REBAR) dialyze