1
0
Fork 0
mirror of synced 2025-03-13 09:21:01 -04:00
ultimate-vim/sources_non_forked/vim-go/Makefile

8 lines
82 B
Makefile
Raw Normal View History

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