mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-08 11:33:52 -05:00
11 lines
213 B
Makefile
11 lines
213 B
Makefile
.PHONY: all test dev
|
|
|
|
all:
|
|
@ scripts/build
|
|
|
|
test:
|
|
@ scripts/test
|
|
|
|
dev:
|
|
@ echo "packages.yaml\nheuristics.yaml\nscripts/test\nscripts/build\nscripts/test_extensions.vim" | DEV=1 entr bash -c 'make && make test'
|