Files
vim-polyglot/Makefile
2020-09-10 15:40:27 +02:00

11 lines
138 B
Makefile

.PHONY: all test dev
all:
@ scripts/build
test:
@ scripts/test
dev:
@ (ls && find scripts) | DEV=1 entr bash -c 'make && make test'