mirror of
https://github.com/neovim/neovim.git
synced 2026-01-06 13:27:43 +00:00
Merge pull request #163 from rjw57/issue-162
Makefile: use "make -C build" idiom
This commit is contained in:
4
Makefile
4
Makefile
@@ -6,7 +6,7 @@ CMAKE_FLAGS := -DCMAKE_BUILD_TYPE=Debug -DCMAKE_PREFIX_PATH=.deps/usr
|
||||
CMAKE_EXTRA_FLAGS :=
|
||||
|
||||
build/bin/nvim: deps
|
||||
cd build && make
|
||||
${MAKE} -C build
|
||||
|
||||
test: build/bin/nvim
|
||||
cd src/testdir && make
|
||||
@@ -27,7 +27,7 @@ clean:
|
||||
done
|
||||
|
||||
install: build/bin/nvim
|
||||
cd build && make install
|
||||
${MAKE} -C build install
|
||||
|
||||
.PHONY: test deps cmake install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user