Files
vim-polyglot/Makefile
2020-09-28 00:31:39 +02:00

11 lines
153 B
Makefile

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