Move full dependency info from test to main rebar.config
[beam_stats.git] / Makefile
index 3362d04..6e99797 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-REBAR := ./rebar --config rebar_test_build.config
+REBAR := ./rebar
 
 .PHONY: \
        all \
@@ -43,7 +43,11 @@ clean_app:
        $(REBAR) clean skip_deps=true
 
 dialyze:
-       @dialyzer deps/*/ebin ebin
+       @dialyzer $(shell \
+               find . -name '*.beam' \
+               | grep -v deps/meck/ \
+       )
+
 
 dialyzer_blt_build:
        @dialyzer \
This page took 0.022505 seconds and 4 git commands to generate.