From d51170b4bc99e8bc55a8f797ee52c7cac3b5569d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sun, 3 Apr 2011 16:00:22 +0200 Subject: Use rebar instead of ./rebar by default in the Makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f463c99..d3d97d2 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # See LICENSE for licensing information. -REBAR = ./rebar +REBAR = rebar all: app -- cgit v1.2.3