X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=Makefile;h=f63c06c9d5a98a4fc1a4759c8249177b467c522e;hb=c5111006c7b48830c9020d4525193a004ec09fa5;hp=338f6850d449644c0661a34b9adddd49f444954a;hpb=caf75ed8160362773766c6bde005cf5f33544392;p=beam_stats.git diff --git a/Makefile b/Makefile index 338f685..f63c06c 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,8 @@ REBAR := ./rebar --config rebar_test_build.config all: \ clean_all \ deps_get \ - compile_all + compile_all \ + dialyze deps_get: @$(REBAR) get-deps