mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-02-17 07:32:38 +03:00
7 lines
62 B
Makefile
7 lines
62 B
Makefile
![]() |
.PHONY: build
|
||
|
build:
|
||
|
go build
|
||
|
|
||
|
.PHONY: fmt
|
||
|
fmt:
|
||
|
go fmt ./...
|