flamenco-env/Makefile

11 lines
183 B
Makefile
Raw Normal View History

2024-08-31 11:06:27 -04:00
.PHONY: clean setup all
all: clean setup
clean:
@rm -rf workspace/
setup:
@mkdir -p workspace/
2024-08-31 11:29:22 -04:00
@./setup/setup.sh Blender4.2 blender-4.2.1-linux-x64.tar.xz http://localhost:8080