aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3be2ee3..55565b0 100644
--- a/Makefile
+++ b/Makefile
@@ -81,8 +81,7 @@ $(DEPS_PLT):
--apps erts kernel stdlib -r deps
dialyzer: $(DEPS_PLT)
- dialyzer --plt $(DEPS_PLT) --fullpath -Wrace_conditions \
- -I include -pa $(CURDIR)/ebin --src src
+ dialyzer --fullpath --plt $(DEPS_PLT) -I include -Wrace_conditions -r ./ebin
typer:
typer --plt $(DEPS_PLT) -r ./src