# Copies src/ into python/: the source tree and the built layer differ.
build-MadeLayer:
	mkdir -p "$(ARTIFACTS_DIR)/python"
	cp -R src/. "$(ARTIFACTS_DIR)/python/"
