mirror of
https://gitea.com/gitea/tea.git
synced 2024-11-22 18:41:36 +01:00
7 lines
62 B
Makefile
7 lines
62 B
Makefile
|
.PHONY: build
|
||
|
build:
|
||
|
go build
|
||
|
|
||
|
.PHONY: fmt
|
||
|
fmt:
|
||
|
go fmt ./...
|