vimrc/sources_non_forked/vim-go/Makefile

8 lines
82 B
Makefile
Raw Normal View History

2017-02-11 13:01:38 +00:00
all: test
test:
@echo "==> Running tests"
@./scripts/test.sh
.PHONY: all test