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