From b6b9134a5bdb252340c8a8fbca7be3cb7b9e4be9 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Mon, 22 Oct 2018 23:09:11 -0400 Subject: makefile fores removal of old rst --- api-docs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'api-docs') 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: -- cgit v1.3.1