dotfiles/vim/pack/vendor/start/vim-go/Makefile
Flo a81ab8698c Update vim and zshrc
* Use vim > 8 pack istead of pathogen
* ZSH : use p10k theme
2020-05-03 17:31:58 +02:00

8 lines
82 B
Makefile

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