diff options
author | luukvbaal <luukvbaal@gmail.com> | 2023-04-27 08:26:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-27 08:26:07 +0200 |
commit | 39771b223847c31b4628a9ab026e5a8f6b420eb8 (patch) | |
tree | bba78ac994f2994b52cf5284bebbbd666d6cc814 | |
parent | 1fc468aed2809a92769fbdfd6c422c2b9b12a233 (diff) | |
download | rneovim-39771b223847c31b4628a9ab026e5a8f6b420eb8.tar.gz rneovim-39771b223847c31b4628a9ab026e5a8f6b420eb8.tar.bz2 rneovim-39771b223847c31b4628a9ab026e5a8f6b420eb8.zip |
build(Makefile): add nvim to oldtest phony target
This is to force a rebuild each time a file is changed.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -122,7 +122,7 @@ else endif # Build oldtest by specifying the relative .vim filename. .PHONY: phony_force -test/old/testdir/%.vim: phony_force +test/old/testdir/%.vim: phony_force nvim +$(SINGLE_MAKE) -C test/old/testdir NVIM_PRG=$(NVIM_PRG) SCRIPTS= $(MAKEOVERRIDES) $(patsubst test/old/testdir/%.vim,%,$@) functionaltest-lua: | nvim |