forked from uncloud/uncloud
[docs] add "clean" target
This commit is contained in:
parent
1f0dc30730
commit
a31dd38343
1 changed files with 3 additions and 0 deletions
|
@ -20,3 +20,6 @@ permissions: build
|
|||
|
||||
build:
|
||||
$(SPHINXBUILD) "$(SOURCEDIR)" "$(BUILDDIR)"
|
||||
|
||||
clean:
|
||||
rm -rf $(BUILDDIR)
|
||||
|
|
Loading…
Reference in a new issue