This commit is contained in:
Feng Lee 2015-08-04 09:10:54 +08:00
parent c0d9354932
commit dd1d48360d
2 changed files with 3 additions and 3 deletions

View File

@ -44,12 +44,12 @@ APPS = erts kernel stdlib sasl crypto ssl os_mon syntax_tools \
check_plt: compile
dialyzer --check_plt --plt $(PLT) --apps $(APPS) \
deps/*/ebin apps/*/ebin
deps/*/ebin ./ebin
build_plt: compile
dialyzer --build_plt --output_plt $(PLT) --apps $(APPS) \
deps/*/ebin apps/*/ebin
deps/*/ebin ./ebin
dialyzer: compile
dialyzer -Wno_return --plt $(PLT) deps/*/ebin apps/*/ebin
dialyzer -Wno_return --plt $(PLT) deps/*/ebin ./ebin