mirror of
https://github.com/valitydev/cache.git
synced 2024-11-06 01:45:19 +00:00
Fix rebar url
This commit is contained in:
parent
339350bbe9
commit
bfe52194c9
4
Makefile
4
Makefile
@ -26,7 +26,7 @@ clean:
|
||||
./rebar clean
|
||||
rm -rf test.*-temp-data
|
||||
|
||||
distclean: clean
|
||||
distclean: clean
|
||||
./rebar delete-deps
|
||||
|
||||
test: all
|
||||
@ -42,7 +42,7 @@ run:
|
||||
erl ${FLAGS}
|
||||
|
||||
rebar:
|
||||
curl -O http://cloud.github.com/downloads/basho/rebar/rebar
|
||||
curl -O https://cloud.github.com/downloads/basho/rebar/rebar
|
||||
chmod ugo+x rebar
|
||||
|
||||
benchmark:
|
||||
|
Loading…
Reference in New Issue
Block a user