Skip to content

Instantly share code, notes, and snippets.

@Zert
Created February 5, 2014 08:30
Show Gist options
  • Select an option

  • Save Zert/8819299 to your computer and use it in GitHub Desktop.

Select an option

Save Zert/8819299 to your computer and use it in GitHub Desktop.
PLT_NAME=.n2o_dialyzer.plt
$(PLT_NAME):
@ERL_LIBS=deps dialyzer --build_plt --output_plt $(PLT_NAME) \
--apps erts kernel stdlib sasl crypto xmerl cowboy \
erlydtl gproc mimetypes ranch sync || true
dialyze: $(PLT_NAME)
@dialyzer deps/n2o/ebin deps/n2o_sample/ebin deps/n2o_scripts/ebin --plt $(PLT_NAME) \
--no_native -Werror_handling -Wunderspecs -Wrace_conditions
@5HT
Copy link

5HT commented Feb 5, 2014

Cпасибо!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment