explaining_framework/Makefile

18 lines
251 B
Makefile
Raw Normal View History

2024-04-28 14:48:08 +00:00
.PHONY: run update docs help
help:
@python -c "$$PRINT_HELP_PYSCRIPT" < $(MAKEFILE_LIST)
update:
git pull origin master
docs: ## generate Sphinx HTML documentation, including API docs
./docs/install.sh
run:
python3 test/run_examples.py