dotfiles/.vim/bundle/vim-go/Makefile
Dongsu Park 0722320162 add dotfiles to be placed under home directories
dotfiles like .bash*, .git*, .vim*, etc.
2017-04-21 12:58:17 +02:00

7 lines
82 B
Makefile

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