This commit is contained in:
araison 2024-04-28 13:51:49 +02:00
parent 0603abb37f
commit 1a3949b02f
5 changed files with 209 additions and 5 deletions

16
Makefile Normal file
View file

@ -0,0 +1,16 @@
.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:
stow **/*