mirror of https://github.com/go-gitea/gitea.git
7 lines
62 B
Makefile
7 lines
62 B
Makefile
|
.PHONY: build
|
||
|
build:
|
||
|
go build
|
||
|
|
||
|
.PHONY: fmt
|
||
|
fmt:
|
||
|
go fmt ./...
|