sandwitchboard/Makefile

6 lines
59 B
Makefile
Raw Permalink Normal View History

2024-07-02 01:06:25 +01:00
fmt:
go fmt ./...
build:
go build -o sandwitchboard ./.