blob: 262c76f87e87800a4bb3ed410b1aa83396b887a9 [file] [log] [blame]
# -*- makefile -*-
## -----------------------------------------------------------------------
## -----------------------------------------------------------------------
common-sh := lf/onf-common/common.sh
all : $(common-sh)
## -----------------------------------------------------------------------
## Intent: On-demand submodule checkout
## -----------------------------------------------------------------------
$(common-sh) :
git submodule update --init --recursive
# [EOF]