Skip to content

Commit

Permalink
Add dialyzer target to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
seth committed Apr 10, 2012
1 parent 255861d commit 8b3a55b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -6,6 +6,9 @@ APP := cheferl
all: deps
@./rebar compile

dialyzer:
@dialyzer -Wunderspecs -r ebin

test:
@./rebar eunit

Expand Down

0 comments on commit 8b3a55b

Please sign in to comment.