Formatting change: one tab per line

This commit is contained in:
Haitao Li
2011-08-30 22:19:58 +08:00
parent c1ea72abae
commit deb216713a

View File

@@ -3,13 +3,15 @@ REBAR=$(shell which rebar || echo ./rebar)
all: compile
./rebar:
erl -noshell -s inets start \
-eval 'httpc:request(get, {"http://hg.basho.com/rebar/downloads/rebar", []}, [], [{stream, "./rebar"}])' \
-s init stop
chmod +x ./rebar
erl -noshell -s inets start \
-eval 'httpc:request(get, {\
"http://hg.basho.com/rebar/downloads/rebar", []\
}, [], [{stream, "./rebar"}])' \
-s init stop
chmod +x ./rebar
compile: $(REBAR)
@$(REBAR) compile
@$(REBAR) compile
clean: $(REBAR)
@$(REBAR) clean
@$(REBAR) clean