[docs] add "clean" target

This commit is contained in:
Nico Schottelius 2019-12-07 12:53:41 +01:00
parent 1f0dc30730
commit a31dd38343
1 changed files with 3 additions and 0 deletions

View File

@ -20,3 +20,6 @@ permissions: build
build:
$(SPHINXBUILD) "$(SOURCEDIR)" "$(BUILDDIR)"
clean:
rm -rf $(BUILDDIR)