mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-12 13:33:49 -05:00
11 lines
153 B
Makefile
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'
|