rm submodules

This commit is contained in:
Feng 2016-04-30 10:19:23 +08:00
parent 23525f9ca0
commit a471f6a3e2
1 changed files with 3 additions and 3 deletions

View File

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