Merge branch 'master' of github.com:krestenkrab/hanoidb
This commit is contained in:
commit
2b95bfcf49
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -6,12 +6,13 @@ DIALYZER= dialyzer
|
||||||
|
|
||||||
all: compile
|
all: compile
|
||||||
|
|
||||||
deps: get-deps
|
deps: get-deps compile
|
||||||
|
|
||||||
get-deps:
|
get-deps:
|
||||||
@$(REBAR) get-deps
|
@$(REBAR) get-deps
|
||||||
|
|
||||||
compile:
|
compile:
|
||||||
|
get-deps
|
||||||
@$(REBAR) compile
|
@$(REBAR) compile
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
Loading…
Reference in a new issue