We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d2040e commit 86fa766Copy full SHA for 86fa766
1 file changed
Makefile
@@ -54,7 +54,7 @@ $(DEPS_PLT):
54
@echo Building local plt at $(DEPS_PLT)
55
@echo
56
dialyzer --output_plt $(DEPS_PLT) --build_plt \
57
- --apps erts kernel stdlib
+ --apps erts kernel stdlib compiler crypto syntax_tools parsetools
58
59
dialyzer: $(DEPS_PLT)
60
$(REBAR) $@
0 commit comments