Sign in
pigweed
/
third_party
/
github
/
project-chip
/
connectedhomeip
/
cb7e4c7705d1374005814742e5d7c87a6eeba08d
/
.
/
Makefile
blob: 8d3f35ee2cf0ab2293c74d996cfe74bb301266ff [
file
] [
log
] [
blame
]
SUB_DIRS
=
src
.
PHONY
:
all clean test
all test clean
:
git submodule update
--
init
$
(
foreach dir
,
$
(
SUB_DIRS
),
$
(
MAKE
)
$@
-
C $
(
dir
))