This commit is contained in:
Ery Lee 2015-09-26 05:50:04 +00:00
parent 59b57ce7ca
commit 0232c636ad
1 changed files with 5 additions and 5 deletions

View File

@ -5,17 +5,17 @@ BASE_DIR = $(shell pwd)
REBAR = $(BASE_DIR)/rebar
DIST = $(BASE_DIR)/rel/$(APP)
all: compile
all: submods compile
submods:
@git submodule update --init
compile: deps
@$(REBAR) compile
deps: submods
deps:
@$(REBAR) get-deps
submods:
@git submodule update --init
update-deps:
@$(REBAR) update-deps