aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTristan Sloughter <[email protected]>2013-04-05 14:49:57 -0700
committerTristan Sloughter <[email protected]>2013-04-05 14:49:57 -0700
commit7a3d9ded855d6ccc4f8d56711bd0c0154bfa390c (patch)
treee6a47453fc6e99c3a6b0dc233383e74556db348b /Makefile
parent467a0ffd5325753ee5c7f3f936f2dee76a9d6193 (diff)
parent34cee33d7d9e70b4056c7349e214151a7be41cc6 (diff)
downloadrelx-7a3d9ded855d6ccc4f8d56711bd0c0154bfa390c.tar.gz
relx-7a3d9ded855d6ccc4f8d56711bd0c0154bfa390c.tar.bz2
relx-7a3d9ded855d6ccc4f8d56711bd0c0154bfa390c.zip
Merge pull request #43 from erlware/next
Next
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 5bbe08f..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
@@ -112,6 +111,6 @@ clean: clean-common-test-data
distclean: clean
- rm -rf $(DEPS_PLT)
- - rm -rvf $(CURDIR)/deps/*
+ - rm -rvf $(CURDIR)/deps
rebuild: distclean deps compile escript dialyzer test