Formatting change: one tab per line
This commit is contained in:
14
Makefile
14
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user