1
0
mirror of https://github.com/mgechev/revive.git synced 2025-01-24 03:47:45 +02:00
revive/Makefile
2018-09-17 12:23:14 -07:00

12 lines
87 B
Makefile

.PHONY: test
install:
@go install
build:
@go build
test:
@go test -v ./test/...