Update Makefile
update makefile to make it compatible with erlang.mk
This commit is contained in:
parent
813863c9c3
commit
59c6d47bf7
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue