0
Fork 0
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:
Loïc Hoguin 2011-04-03 16:07:27 +02:00
parent d51170b4bc
commit 17613e5305

View file

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