aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6cb7b57369..f55db1d234 100644
--- a/Makefile
+++ b/Makefile
@@ -60,14 +60,14 @@ deps: | .deps/build/third-party/.ran-cmake
touch $@
test: | nvim
- +$(SINGLE_MAKE) -C src/testdir
+ +$(SINGLE_MAKE) -C src/nvim/testdir
unittest: | nvim
+$(BUILD_CMD) -C build unittest
clean:
+test -d build && $(BUILD_CMD) -C build clean || true
- $(MAKE) -C src/testdir clean
+ $(MAKE) -C src/nvim/testdir clean
distclean: clean
rm -rf .deps build