From ba8c81e8058018e153a0986005c4c618e9417f05 Mon Sep 17 00:00:00 2001 From: Feng Lee Date: Sun, 11 Oct 2015 21:44:05 +0800 Subject: [PATCH] dialyzer plugins/*/ebin --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 49ff57b9f..5895a95e0 100644 --- a/Makefile +++ b/Makefile @@ -53,12 +53,13 @@ APPS = erts kernel stdlib sasl crypto ssl os_mon syntax_tools \ check_plt: compile dialyzer --check_plt --plt $(PLT) --apps $(APPS) \ - deps/*/ebin ./ebin + deps/*/ebin ./ebin plugins/*/ebin build_plt: compile dialyzer --build_plt --output_plt $(PLT) --apps $(APPS) \ - deps/*/ebin ./ebin + deps/*/ebin ./ebin plugins/*/ebin dialyzer: compile - dialyzer -Wno_return --plt $(PLT) deps/*/ebin ./ebin + dialyzer -Wno_return --plt $(PLT) deps/*/ebin ./ebin plugins/*/ebin +