From a471f6a3e21fffb5ff495a2ae083daa7a8d0425f Mon Sep 17 00:00:00 2001 From: Feng Date: Sat, 30 Apr 2016 10:19:23 +0800 Subject: [PATCH] rm submodules --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 659126c0d..b0b1b1c37 100644 --- a/Makefile +++ b/Makefile @@ -5,10 +5,10 @@ BASE_DIR = $(shell pwd) REBAR = $(BASE_DIR)/rebar DIST = $(BASE_DIR)/rel/$(APP) -all: submods compile +all: compile -submods: - @git submodule update --init +# submods: +# @git submodule update --init compile: deps @$(REBAR) compile