Skip to content

Instantly share code, notes, and snippets.

@tsloughter
Created December 12, 2013 23:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsloughter/7937659 to your computer and use it in GitHub Desktop.
Save tsloughter/7937659 to your computer and use it in GitHub Desktop.
$(DEPS_PLT):
@echo Building local erts plt at $(DEPS_PLT)
@echo
dialyzer --output_plt $(DEPS_PLT) --build_plt \
--apps erts kernel stdlib -r deps
dialyzer: $(DEPS_PLT)
dialyzer --fullpath --plt $(DEPS_PLT) \
-Wrace_conditions -r ./ebin | fgrep -v -f ./dialyzer.ignore-warnings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment