X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=Makefile;h=fe90b009363ea80dba5f334f3a19bc9a687a8de7;hb=5681263ff2c3c3336fbc501c31365f452039c394;hp=5078ecd1c1fc46ef85aaf3b47a840bf619118ea9;hpb=b0ab6ee2c0bea2f50a60d2260fc2e71dfb01320b;p=beam_stats.git diff --git a/Makefile b/Makefile index 5078ecd..fe90b00 100644 --- a/Makefile +++ b/Makefile @@ -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 \ @@ -55,4 +59,4 @@ dialyzer_blt_build: ) test: - @rebar ct skip_deps=true + @$(REBAR) ct skip_deps=true --verbose=1