Files
vim-polyglot/Makefile
2020-10-02 03:42:03 +02:00

11 lines
186 B
Makefile

.PHONY: build test dev
build:
@ scripts/build
test:
@ scripts/test
dev:
@ find scripts autoload/polyglot ftdetect tests . -type f -depth 1 | DEV=1 entr bash -c 'make && make test'