5 lines
61 B
Makefile
5 lines
61 B
Makefile
fmt:
|
|
go fmt ./...
|
|
|
|
build:
|
|
go build -o sandwitchboard ./...
|