Fix rebar call in test recipe.
authorSiraaj Khandkar <siraaj@khandkar.net>
Wed, 19 Aug 2015 21:21:40 +0000 (17:21 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Wed, 19 Aug 2015 21:21:40 +0000 (17:21 -0400)
Makefile

index 5078ecd..c36b519 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -55,4 +55,4 @@ dialyzer_blt_build:
                )
 
 test:
-       @rebar ct skip_deps=true
+       @$(REBAR) ct skip_deps=true
This page took 0.023928 seconds and 4 git commands to generate.