From d98ebd6ab94fd78ff77a57a2a0e2dbb84a8a45da Mon Sep 17 00:00:00 2001 From: James McCoy Date: Fri, 2 Dec 2016 20:33:57 -0500 Subject: build: Make clean targets more thorough --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8fdf007260..4696131cc2 100644 --- a/Makefile +++ b/Makefile @@ -111,6 +111,7 @@ test: functionaltest unittest clean: +test -d build && $(BUILD_CMD) -C build clean || true $(MAKE) -C src/nvim/testdir clean + $(MAKE) -C runtime/doc clean distclean: clean rm -rf .deps build -- cgit