mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-01-03 13:48:46 +00:00
7 lines
62 B
Makefile
7 lines
62 B
Makefile
|
.PHONY: build
|
||
|
build:
|
||
|
go build
|
||
|
|
||
|
.PHONY: fmt
|
||
|
fmt:
|
||
|
go fmt ./...
|