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