From: Siraaj Khandkar Date: Wed, 19 Aug 2015 21:21:40 +0000 (-0400) Subject: Fix rebar call in test recipe. X-Git-Tag: 0.0.0~11 X-Git-Url: https://git.xandkar.net/?p=beam_stats.git;a=commitdiff_plain;h=708df3f59dbe557544dc35b8787664e282da35d8 Fix rebar call in test recipe. --- diff --git a/Makefile b/Makefile index 5078ecd..c36b519 100644 --- a/Makefile +++ b/Makefile @@ -55,4 +55,4 @@ dialyzer_blt_build: ) test: - @rebar ct skip_deps=true + @$(REBAR) ct skip_deps=true