aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1683c558e8..721474a3ec 100644
--- a/Makefile
+++ b/Makefile
@@ -89,6 +89,9 @@ test: functionaltest
unittest: | nvim
+$(BUILD_CMD) -C build unittest
+benchmark: | nvim
+ +$(BUILD_CMD) -C build benchmark
+
clean:
+test -d build && $(BUILD_CMD) -C build clean || true
$(MAKE) -C src/nvim/testdir clean