machine_setup/Makefile

18 lines
249 B
Makefile
Raw Permalink Normal View History

2024-04-28 14:28:15 +00:00
.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