From e6178832e5bd1d656321e494bcdc1397dd9101e2 Mon Sep 17 00:00:00 2001 From: Lulzette Date: Sun, 21 May 2023 08:48:01 +0300 Subject: [PATCH] Makefile: Fix unprepare --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a2b30bc..c51f040 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ clean: prepare: pip install mkdocs mkdocs-windmill-dark unprepare: - pip uninstall mkdocs mkdocs-windmill-dark + pip uninstall -y mkdocs mkdocs-windmill-dark serve: mkdocs serve