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