I broke up with neovim....vim is my best friend now
This commit is contained in:
11
dot_vim/plugged/vimtex/test/test-compiler-pdfmode/Makefile
Normal file
11
dot_vim/plugged/vimtex/test/test-compiler-pdfmode/Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
MYVIM ?= nvim --clean --headless
|
||||
MAKEFLAGS+=--no-print-directory
|
||||
|
||||
TESTS := $(wildcard test-*)
|
||||
|
||||
.PHONY: test $(TESTS)
|
||||
|
||||
test: $(TESTS)
|
||||
|
||||
$(TESTS):
|
||||
$(MAKE) -C $@
|
||||
Reference in New Issue
Block a user