mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-11 04:26:16 +01:00
7 lines
62 B
Makefile
7 lines
62 B
Makefile
|
.PHONY: build
|
||
|
build:
|
||
|
go build
|
||
|
|
||
|
.PHONY: fmt
|
||
|
fmt:
|
||
|
go fmt ./...
|