REPO=/tmp/yabos_example_2 setup: @echo Setting up repository in ${REPO} @rm -r ${REPO} || true @mkdir -p ${REPO} @cp -r . ${REPO}/ @echo Ready.