Files
vim-polyglot/Makefile
2020-09-10 16:38:32 +02:00

11 lines
213 B
Makefile

.PHONY: all test dev
all:
@ scripts/build
test:
@ scripts/test
dev:
@ echo "packages.yaml\nheuristics.yaml\nscripts/test\nscripts/build\nscripts/test_extensions.vim" | DEV=1 entr bash -c 'make && make test'