diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2018-10-22 23:09:11 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2018-10-22 23:09:11 -0400 |
| commit | b6b9134a5bdb252340c8a8fbca7be3cb7b9e4be9 (patch) | |
| tree | cf953d2557617512004c243e6f4cf1b74db87495 /api-docs | |
| parent | af095afc4bad164177d079d8562801ea8df5da0f (diff) | |
makefile fores removal of old rst
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: |
