This commit is contained in:
araison 2024-04-28 16:28:15 +02:00
parent 64181f9ffc
commit 347d4b432d
6 changed files with 203 additions and 0 deletions

17
Makefile Normal file
View file

@ -0,0 +1,17 @@
.PHONY: install 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
install:
./setup/install.sh