1
0
Fork 0
mirror of synced 2024-11-16 05:55:35 -05:00
ultimate-vim/sources_non_forked/vim-go/Makefile
2017-08-03 23:21:37 +08:00

7 lines
82 B
Makefile

all: test
test:
@echo "==> Running tests"
@./scripts/test.sh
.PHONY: all test