1
0
Fork 0
mirror of synced 2024-06-01 06:51:09 -04:00
ultimate-vim/sources_non_forked/vim-go/Makefile
2017-02-11 14:01:38 +01:00

8 lines
82 B
Makefile

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