blender-open-data/benchmark_script/Makefile

8 lines
86 B
Makefile

.PHONY: build
build:
poetry build --format=sdist
.PHONY: clean
clean:
rm -rf dist/