Forgot to remove comment

This commit is contained in:
Maas-Maarten Zeeman
2013-02-09 10:17:48 +01:00
parent 07ca5dd788
commit 1ec0886f2b

View File

@@ -6,10 +6,6 @@ REBAR_URL := https://github.com/downloads/basho/rebar/rebar
all: compile all: compile
#rebar:
# wget https://github.com/downloads/basho/rebar/rebar -O $(REBAR)
# chmod u+x $(REBAR)
./rebar: ./rebar:
erl -noshell -s inets start -s ssl start \ erl -noshell -s inets start -s ssl start \
-eval '{ok, saved_to_file} = httpc:request(get, {"$(REBAR_URL)", []}, [], [{stream, "./rebar"}])' \ -eval '{ok, saved_to_file} = httpc:request(get, {"$(REBAR_URL)", []}, [], [{stream, "./rebar"}])' \