Remove bloom from Makefile

Fixes https://github.com/krestenkrab/hanoidb/issues/11
This commit is contained in:
Kresten Krab Thorup 2012-09-24 17:39:50 +02:00
parent dce62a88a9
commit 857b410fdd

View file

@ -31,15 +31,12 @@ clean-test-btrees:
plt: compile
$(DIALYZER) --build_plt --output_plt .hanoi.plt \
-pa deps/plain_fsm/ebin \
-pa deps/ebloom/ebin \
deps/plain_fsm/ebin \
deps/ebloom/ebin \
--apps kernel stdlib
analyze: compile
$(DIALYZER) --plt .hanoi.plt \
-pa deps/plain_fsm/ebin \
-pa deps/ebloom/ebin \
ebin
repl: