@@ -0,0 +1,10 @@
.PHONY: build test
BIN := build/miro
build:
mkdir -p build
go build -o $(BIN) ./cmd/miro
test:
go test ./...
The note is not visible to the blocked user.