From c9238175597a89c510884e2438ba50cc56382627 Mon Sep 17 00:00:00 2001 From: FloatingGhost Date: Thu, 14 Jul 2022 16:58:04 +0100 Subject: [PATCH] add makefile --- docs/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/Makefile diff --git a/docs/Makefile b/docs/Makefile new file mode 100644 index 000000000..e51c1d188 --- /dev/null +++ b/docs/Makefile @@ -0,0 +1,7 @@ +all: install + pipenv run mkdocs build + +install: + pipenv install +clean: + rm -rf site