Files
vim-polyglot/Makefile
2020-12-29 23:40:05 +01:00

11 lines
176 B
Makefile

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