From 1ec0886f2ba6d0ff49e1b957b65d995503ec9d09 Mon Sep 17 00:00:00 2001 From: Maas-Maarten Zeeman Date: Sat, 9 Feb 2013 10:17:48 +0100 Subject: [PATCH] Forgot to remove comment --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index 617b2dd..bde2f4e 100644 --- a/Makefile +++ b/Makefile @@ -6,10 +6,6 @@ REBAR_URL := https://github.com/downloads/basho/rebar/rebar all: compile -#rebar: -# wget https://github.com/downloads/basho/rebar/rebar -O $(REBAR) -# chmod u+x $(REBAR) - ./rebar: erl -noshell -s inets start -s ssl start \ -eval '{ok, saved_to_file} = httpc:request(get, {"$(REBAR_URL)", []}, [], [{stream, "./rebar"}])' \