Skip to content

Commit

Permalink
Formatting change: one tab per line
Browse files Browse the repository at this point in the history
  • Loading branch information
lht committed Aug 30, 2011
1 parent c1ea72a commit deb2167
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit deb2167

Please sign in to comment.