mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-13 22:13:50 -05:00
8 lines
58 B
Makefile
8 lines
58 B
Makefile
.PHONY: all
|
|
|
|
all:
|
|
@ scripts/build
|
|
|
|
test:
|
|
@ scripts/test
|