Files
vim-polyglot/Makefile
2020-09-23 19:37:58 +02:00

11 lines
210 B
Makefile

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