flamenco-env/Makefile

15 lines
252 B
Makefile
Raw Normal View History

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