Skip to content

Commit

Permalink
remove dialyzer no_spec flag
Browse files Browse the repository at this point in the history
  • Loading branch information
massemanet committed Nov 9, 2015
1 parent 33706a3 commit 4d8a3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ xref: compile

dialyze: compile ~/.dialyzer_plt
$(shell [ -d .eunit ] && rm -rf .eunit)
dialyzer ebin -nn --no_spec --plt ~/.dialyzer_plt
dialyzer ebin -nn --plt ~/.dialyzer_plt

~/.dialyzer_plt:
-dialyzer --output_plt ${@} --build_plt \
Expand Down

0 comments on commit 4d8a3ed

Please sign in to comment.