mirror of
https://github.com/amix/vimrc
synced 2025-01-02 07:08:41 +00:00
7 lines
82 B
Makefile
7 lines
82 B
Makefile
all: test
|
|
|
|
test:
|
|
@echo "==> Running tests"
|
|
@./scripts/test.sh
|
|
|
|
.PHONY: all test
|