Files
2021-08-27 20:08:08 -04:00

10 lines
96 B
Makefile

.PHONY: test
MYVIM ?= nvim --headless
INMAKE := 1
export INMAKE
test:
@$(MYVIM) -u test.vim