summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorConstantin Rack <constantin@rack.li>2015-08-11 15:41:01 +0200
committerJosé Valim <jose.valim@plataformatec.com.br>2015-08-11 15:46:49 +0200
commitb8504bbad6fadbbf07ea4e821d542eed833fb4cc (patch)
tree386afb7ab7d14083dd59a7167d163d39c147e09c /Makefile
parent1b066d629fddd81013af36fda4bf12b3dc85fbdc (diff)
downloadelixir-b8504bbad6fadbbf07ea4e821d542eed833fb4cc.tar.gz
Add quotes. Fixes #3536
Signed-off-by: José Valim <jose.valim@plataformatec.com.br>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b8435f131..30095f9fd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-REBAR ?= $(CURDIR)/rebar
+REBAR ?= "$(CURDIR)/rebar"
PREFIX ?= /usr/local
DOCS := master
ELIXIRC := bin/elixirc --verbose --ignore-module-conflict