aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEric <[email protected]>2012-09-18 15:51:07 -0700
committerEric <[email protected]>2012-09-18 15:51:53 -0700
commit388b5f05a634225dcc746293850948a02951330a (patch)
treeb8973879485f1b185f214d0814b5b69341d0366b /Makefile
parent0a830ae52f7720b8215d616e0b22f3e961571ca2 (diff)
downloadrelx-388b5f05a634225dcc746293850948a02951330a.tar.gz
relx-388b5f05a634225dcc746293850948a02951330a.tar.bz2
relx-388b5f05a634225dcc746293850948a02951330a.zip
minor formatting and cleanup
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