mirror of
1
0
Fork 0
ultimate-vim/sources_non_forked/vim-go/Makefile

8 lines
82 B
Makefile

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