Gitiles
Code Review
Sign In
gerrit.opencord.org
/
ci-management
/
2e2749797ac02fb65fa95d65c738820ca52d07b6
/
.
/
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]