From: Siraaj Khandkar Date: Tue, 11 Aug 2015 21:13:00 +0000 (-0400) Subject: Dialyze as part of 'all' X-Git-Tag: 0.0.0~23 X-Git-Url: https://git.xandkar.net/?p=beam_stats.git;a=commitdiff_plain;h=c5111006c7b48830c9020d4525193a004ec09fa5 Dialyze as part of 'all' --- 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