initialize submodules in make

This commit is contained in:
Yuichi Nishiwaki 2014-01-09 15:30:44 +09:00
parent e12a2b62f6
commit bc232acf9f
1 changed files with 4 additions and 1 deletions

View File

@ -7,7 +7,10 @@ else
PICRIN_LIB=libpicrin.so PICRIN_LIB=libpicrin.so
endif endif
all: release all: deps release
deps:
git submodule update --init
release: CFLAGS += -DDEBUG=0 -O3 release: CFLAGS += -DDEBUG=0 -O3
release: build release: build