X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=Makefile;h=fe90b009363ea80dba5f334f3a19bc9a687a8de7;hb=5681263ff2c3c3336fbc501c31365f452039c394;hp=3362d041db57c9e75c09f6dcb747ca44cbcd6d94;hpb=a7713940228abcf52a5d7bbb692ee803065bbb31;p=beam_stats.git diff --git a/Makefile b/Makefile index 3362d04..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 \