diff options
author | Loïc Hoguin <[email protected]> | 2011-04-03 16:07:27 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2011-04-03 16:07:27 +0200 |
commit | 17613e5305b453fcbad039554ecba2c908226553 (patch) | |
tree | 98af6517be4be2903bf83b0136fd9286a43055b5 /Makefile | |
parent | d51170b4bc99e8bc55a8f797ee52c7cac3b5569d (diff) | |
download | cowboy-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-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,3 +13,6 @@ clean: test: @$(REBAR) eunit + +dialyze: + @$(REBAR) dialyze |