Remove related path to rebar
Project: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/commit/1e291d04 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/tree/1e291d04 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/diff/1e291d04 Branch: refs/heads/master Commit: 1e291d04a50c3b19bf92b2ac3788f234d31cb885 Parents: 011893b Author: Alexander Shorin <[email protected]> Authored: Sat Jul 25 15:50:47 2015 +0300 Committer: Alexander Shorin <[email protected]> Committed: Sat Jul 25 15:50:47 2015 +0300 ---------------------------------------------------------------------- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/blob/1e291d04/Makefile ---------------------------------------------------------------------- diff --git a/Makefile b/Makefile index 025486e..1b9e6e1 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -REBAR?=./rebar +REBAR?=rebar all: build
