rm submodules
This commit is contained in:
parent
23525f9ca0
commit
a471f6a3e2
6
Makefile
6
Makefile
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue