From 0232c636ada2b88748751fdb9a94bfa29e9d5c8b Mon Sep 17 00:00:00 2001 From: Ery Lee Date: Sat, 26 Sep 2015 05:50:04 +0000 Subject: [PATCH] submods --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 30a84d096..49ff57b9f 100644 --- a/Makefile +++ b/Makefile @@ -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