Explorar o código

rm submodules

Feng %!s(int64=9) %!d(string=hai) anos
pai
achega
a471f6a3e2
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      Makefile

+ 3 - 3
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