blob: 1be78b2f34799b10d36d165e99516617823eeab9 [file] [log] [blame]
# -*- makefile -*-
## -----------------------------------------------------------------------
## -----------------------------------------------------------------------
##-------------------##
##---] GLOBALS [---##
##-------------------##
GIT ?= /usr/bin/env git
common-sh := lf/onf-common/common.sh
all : $(common-sh)
## -----------------------------------------------------------------------
## Intent: On-demand submodule checkout
## -----------------------------------------------------------------------
$(common-sh) :
$(GIT) submodule update --init --recursive
# [EOF]