blob: a3cb9b0f5a12a1c190990314cfd2cf19704d3fb4 [file] [log] [blame]
# -*- makefile -*-
version += master
version += voltha-2.11
version += voltha-2.8
version += playground
all: $(version)
$(version):
mkdir -p $(version)
rsync -rv --checksum master/. $@/.
# [EOF]