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