mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-15 15:03:50 -05:00
11 lines
224 B
Makefile
11 lines
224 B
Makefile
.PHONY: build test dev
|
|
|
|
build:
|
|
@ scripts/build
|
|
|
|
test:
|
|
@ scripts/test
|
|
|
|
dev:
|
|
@ echo "polyglot.vim\npackages.yaml\nheuristics.yaml\nscripts/test\nscripts/build\ntests/extensions.vim" | DEV=1 entr bash -c 'make && make test'
|