Merge branch 'master' of github.com:krestenkrab/hanoidb

This commit is contained in:
Kresten Krab Thorup 2014-11-17 11:03:23 +01:00
commit 2b95bfcf49

View file

@ -6,12 +6,13 @@ DIALYZER= dialyzer
all: compile
deps: get-deps
deps: get-deps compile
get-deps:
@$(REBAR) get-deps
compile:
get-deps
@$(REBAR) compile
clean: