Gitiles
Code Review
Sign In
gerrit.opencord.org
/
ci-management
/
c63186b80bb414feafc190d2b810bfb988808b0d
/
.
/
jjb
/
pipeline
/
voltha
/
makefile
blob: 6c948c3d2a304c2d1210a1e2755ced6af852d428 [
file
] [
log
] [
blame
]
# -*- makefile -*-
version
+=
master
version
+=
voltha
-
2.12
version
+=
voltha
-
2.11
version
+=
voltha
-
2.8
version
+=
playground
all
:
$
(
version
)
$
(
version
):
mkdir
-
p $
(
version
)
rsync
-
rv
--
checksum master
/.
$@
/.
# [EOF]