submods
This commit is contained in:
parent
b3498c68ff
commit
8ee8e00583
8
Makefile
8
Makefile
|
@ -5,15 +5,15 @@ BASE_DIR = $(shell pwd)
|
||||||
REBAR = $(BASE_DIR)/rebar
|
REBAR = $(BASE_DIR)/rebar
|
||||||
DIST = $(BASE_DIR)/rel/$(APP)
|
DIST = $(BASE_DIR)/rel/$(APP)
|
||||||
|
|
||||||
all: deps compile
|
all: submods deps compile
|
||||||
|
|
||||||
compile: deps mods
|
compile: deps
|
||||||
@$(REBAR) compile
|
@$(REBAR) compile
|
||||||
|
|
||||||
deps:
|
deps: submods
|
||||||
@$(REBAR) get-deps
|
@$(REBAR) get-deps
|
||||||
|
|
||||||
mods:
|
submods:
|
||||||
@git submodule update --init
|
@git submodule update --init
|
||||||
|
|
||||||
update-deps:
|
update-deps:
|
||||||
|
|
Loading…
Reference in New Issue