dotfiles/vim/bundle/vim-go/Makefile
Florent Demuynck 50ecd1c673 add vim-go
2017-04-19 17:18:13 +02:00

8 lines
82 B
Makefile

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