Skip to content

Commit 86fa766

Browse files
committed
Fix dialyzer warnings
1 parent 4d2040e commit 86fa766

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ $(DEPS_PLT):
5454
@echo Building local plt at $(DEPS_PLT)
5555
@echo
5656
dialyzer --output_plt $(DEPS_PLT) --build_plt \
57-
--apps erts kernel stdlib
57+
--apps erts kernel stdlib compiler crypto syntax_tools parsetools
5858

5959
dialyzer: $(DEPS_PLT)
6060
$(REBAR) $@

0 commit comments

Comments
 (0)