aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2016-12-02 20:33:57 -0500
committerJames McCoy <jamessan@jamessan.com>2016-12-02 20:38:55 -0500
commitd98ebd6ab94fd78ff77a57a2a0e2dbb84a8a45da (patch)
tree937e65da4c63ee221c9115306fc63e57661508a9 /Makefile
parent3607e0b8ff772683668127b92a841a57f8412ebc (diff)
downloadrneovim-d98ebd6ab94fd78ff77a57a2a0e2dbb84a8a45da.tar.gz
rneovim-d98ebd6ab94fd78ff77a57a2a0e2dbb84a8a45da.tar.bz2
rneovim-d98ebd6ab94fd78ff77a57a2a0e2dbb84a8a45da.zip
build: Make clean targets more thorough
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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