forked from gitea/gitea
1
0
Fork 0
gitea/vendor/gitea.com/jolheiser/gitea-vet/Makefile

7 lines
62 B
Makefile

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