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