From 90ba618348ca5e3fd86db1deae8fe1b8bee98c36 Mon Sep 17 00:00:00 2001 From: Griatch Date: Mon, 12 Oct 2020 22:20:21 +0200 Subject: [PATCH] Re-add cleanup of docs --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index 759a78765..07719aa17 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -96,7 +96,7 @@ install: clean: @rm -Rf $(BUILDDIR) - # @git clean -f -d docs/ + @git clean -f -d docs/ @echo "Cleaned old build dir and leftover files." # not fully working at this time