summaryrefslogtreecommitdiffstats
path: root/vendor/gitea.com/jolheiser/gitea-vet/Makefile
blob: 5305662b61a363ef0631b135174d177f5d0b4773 (plain)
1
2
3
4
5
6
7
.PHONY: build
build:
	go build

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