diff options
Diffstat (limited to 'api-docs')
| -rw-r--r-- | api-docs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/api-docs/Makefile b/api-docs/Makefile index fe751410..3d13383f 100644 --- a/api-docs/Makefile +++ b/api-docs/Makefile @@ -48,8 +48,8 @@ help: .PHONY: clean clean: rm -rf $(BUILDDIR)/* - rm $(SOURCEDIR)/binaryninja.*.rst - rm $(SOURCEDIR)/python.rst + rm -f $(SOURCEDIR)/binaryninja.*.rst + rm -f $(SOURCEDIR)/index.rst .PHONY: html html: |
