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]