generate_cookbook_docs:
	mkdir -p ./docs/tutorials/cookbooks
	python3 scripts/generate_cookbooks.py $(file) $(if $(force),--force)
