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
|
all: compile
|
||||||
|
|
||||||
./rebar:
|
./rebar:
|
||||||
erl -noshell -s inets start \
|
erl -noshell -s inets start \
|
||||||
-eval 'httpc:request(get, {"http://hg.basho.com/rebar/downloads/rebar", []}, [], [{stream, "./rebar"}])' \
|
-eval 'httpc:request(get, {\
|
||||||
-s init stop
|
"http://hg.basho.com/rebar/downloads/rebar", []\
|
||||||
chmod +x ./rebar
|
}, [], [{stream, "./rebar"}])' \
|
||||||
|
-s init stop
|
||||||
|
chmod +x ./rebar
|
||||||
|
|
||||||
compile: $(REBAR)
|
compile: $(REBAR)
|
||||||
@$(REBAR) compile
|
@$(REBAR) compile
|
||||||
|
|
||||||
clean: $(REBAR)
|
clean: $(REBAR)
|
||||||
@$(REBAR) clean
|
@$(REBAR) clean
|
||||||
|
|||||||
Reference in New Issue
Block a user