Skip to content

Commit

Permalink
add dep for ebloom
Browse files Browse the repository at this point in the history
  • Loading branch information
justin committed Apr 2, 2010
1 parent d482e25 commit 1cf9c52
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Makefile
@@ -1,8 +1,12 @@
.PHONY: rel deps

all: compile
all: deps compile

compile:
./rebar compile eunit

deps:
./rebar get-deps

clean:
./rebar clean
./rebar clean
3 changes: 3 additions & 0 deletions rebar.config
@@ -1,2 +1,5 @@
{so_name, "bitcask.so"}.
{erl_opts, [debug_info]}.
{deps, [
{ebloom, ".*", {hg, "http://hg.basho.com/ebloom", "tip"}}
]}.

0 comments on commit 1cf9c52

Please sign in to comment.