mirror of
https://github.com/amix/vimrc
synced 2025-01-19 23:24:00 +00:00
8 lines
82 B
Makefile
8 lines
82 B
Makefile
|
all: test
|
||
|
|
||
|
test:
|
||
|
@echo "==> Running tests"
|
||
|
@./scripts/test.sh
|
||
|
|
||
|
.PHONY: all test
|