Merge pull request #1757 from davep/more-makefile

Add setup and update targets to the Makefile
This commit is contained in:
Will McGugan
2023-02-09 17:29:03 +00:00
committed by GitHub

View File

@@ -68,3 +68,11 @@ build: docs-build-offline
.PHONY: clean
clean: clean-screenshot-cache clean-offline-docs
.PHONY: setup
setup:
poetry install --extras dev
.PHONY: update
update:
poetry update