1
0
Fork 0
mirror of synced 2024-06-02 15:31:09 -04:00
ultimate-vim/sources_non_forked/vim-go/Makefile

8 lines
82 B
Makefile
Raw Normal View History

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