From 39771b223847c31b4628a9ab026e5a8f6b420eb8 Mon Sep 17 00:00:00 2001 From: luukvbaal Date: Thu, 27 Apr 2023 08:26:07 +0200 Subject: [PATCH] build(Makefile): add nvim to oldtest phony target This is to force a rebuild each time a file is changed. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0237224aba..cdf5f552ba 100644 --- a/Makefile +++ b/Makefile @@ -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