aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJordan Wilberding <[email protected]>2013-10-15 06:51:14 -0700
committerJordan Wilberding <[email protected]>2013-10-15 06:51:14 -0700
commitb6c988c9e00d3b006840f46d874539b776d183b5 (patch)
treeb3ad4696c6525178008dfd6979963b5aaeb36c58 /Makefile
parentd8fe19483d1afe15017709058f330ac132e4029a (diff)
parent383a1687d8850c20a7a5d7ff6c0cd1a5753170b3 (diff)
downloadrelx-b6c988c9e00d3b006840f46d874539b776d183b5.tar.gz
relx-b6c988c9e00d3b006840f46d874539b776d183b5.tar.bz2
relx-b6c988c9e00d3b006840f46d874539b776d183b5.zip
Merge pull request #69 from ericbmerritt/remove_custom_logger
Remove custom logger
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 516c2e3..79c2bc4 100644
--- a/Makefile
+++ b/Makefile
@@ -99,13 +99,13 @@ ct: compile clean-common-test-data
test: compile dialyzer eunit ct
-$(DEPS_PLT):
+$(DEPS_PLT): compile
@echo Building local erts plt at $(DEPS_PLT)
@echo
$(DIALYZER) --output_plt $(DEPS_PLT) --build_plt \
--apps erts kernel stdlib -r deps
-dialyzer: $(DEPS_PLT)
+dialyzer: compile $(DEPS_PLT)
$(DIALYZER) --fullpath --plt $(DEPS_PLT) \
-I include -Wrace_conditions -r ./ebin