1
0
Fork 0
mirror of synced 2024-11-16 05:55:35 -05:00
ultimate-vim/sources_non_forked/vim-go/Makefile

8 lines
82 B
Makefile
Raw Normal View History

2017-08-03 11:21:37 -04:00
all: test
test:
@echo "==> Running tests"
@./scripts/test.sh
.PHONY: all test