gitea/vendor/gitea.com/jolheiser/gitea-vet/Makefile

7 lines
62 B
Makefile

.PHONY: build
build:
go build
.PHONY: fmt
fmt:
go fmt ./...