Update submodules recursively in make

This commit is contained in:
isaacs
2011-07-16 02:16:09 -07:00
parent b32c46557e
commit 007fedb04f

View File

@@ -11,7 +11,7 @@ doc_subfolders = $(shell find doc -type d \
# Since 'make' typically does non-installation build stuff,
# it seems appropriate.
submodules:
! [ -d .git ] || git submodule update --init
! [ -d .git ] || git submodule update --init --recursive
latest: submodules
@echo "Installing latest published npm"