From bd023977e8ea825cb0e198f43454f80c148e8f7c Mon Sep 17 00:00:00 2001 From: David Garcia Date: Sun, 29 Sep 2024 18:21:36 +0100 Subject: [PATCH] docs: update command --- docs/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/Makefile b/docs/Makefile index 1a2b63f..b3cb1e9 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -29,6 +29,9 @@ setupenv: .PHONY: setup setup: $(POETRY) install + +.PHONY: update +update: $(POETRY) update # Clean commands