Remove bloom from Makefile
Fixes https://github.com/krestenkrab/hanoidb/issues/11
This commit is contained in:
parent
dce62a88a9
commit
857b410fdd
1 changed files with 0 additions and 3 deletions
3
Makefile
3
Makefile
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue