moduleupdate:
@echo ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>$@<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<"
@git submodule update --init --recursive
@git submodule foreach git checkout master
@git submodule foreach git pull
Whether the modules support checkout? It seems not in the public domain.