aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Sloughter <[email protected]>2013-04-05 17:19:13 -0700
committerTristan Sloughter <[email protected]>2013-04-05 17:19:13 -0700
commit88928540483de79e2509d0add5833cb21f243fe4 (patch)
treedb85136099c30e7cb31a2956a3c4aa9d03f9b659
parentd2999b6eac6728a92b06a9a94d68ca26581704b7 (diff)
parent1bfb30ac4a7dffd42316b137ab5b86d5817aff40 (diff)
downloadrelx-88928540483de79e2509d0add5833cb21f243fe4.tar.gz
relx-88928540483de79e2509d0add5833cb21f243fe4.tar.bz2
relx-88928540483de79e2509d0add5833cb21f243fe4.zip
Merge pull request #46 from ericbmerritt/next
Revert "Hopefully force dialyzer to produce output"
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 204a130..55565b0 100644
--- a/Makefile
+++ b/Makefile
@@ -77,11 +77,11 @@ test: compile eunit ct
$(DEPS_PLT):
@echo Building local plt at $(DEPS_PLT)
@echo
- dialyzer --statistics --output_plt $(DEPS_PLT) --build_plt \
+ dialyzer --output_plt $(DEPS_PLT) --build_plt \
--apps erts kernel stdlib -r deps
dialyzer: $(DEPS_PLT)
- dialyzer --statistics --fullpath --plt $(DEPS_PLT) -I include -Wrace_conditions -r ./ebin
+ dialyzer --fullpath --plt $(DEPS_PLT) -I include -Wrace_conditions -r ./ebin
typer:
typer --plt $(DEPS_PLT) -r ./src