mirror of
https://github.com/go-gitea/gitea
synced 2024-11-08 03:04:29 +00:00
7 lines
62 B
Makefile
7 lines
62 B
Makefile
|
.PHONY: build
|
||
|
build:
|
||
|
go build
|
||
|
|
||
|
.PHONY: fmt
|
||
|
fmt:
|
||
|
go fmt ./...
|