mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Add a dialyze verb to the Makefile for convenience.
This commit is contained in:
parent
d51170b4bc
commit
17613e5305
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -13,3 +13,6 @@ clean:
|
|||
|
||||
test:
|
||||
@$(REBAR) eunit
|
||||
|
||||
dialyze:
|
||||
@$(REBAR) dialyze
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue