|
@@ -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:
|
|
|
|
|
- @git submodule update --init
|
|
|
|
|
|
|
+# submods:
|
|
|
|
|
+# @git submodule update --init
|
|
|
|
|
|
|
|
compile: deps
|
|
compile: deps
|
|
|
@$(REBAR) compile
|
|
@$(REBAR) compile
|