@@ -1,15 +0,0 @@
.DEFAULT_GOAL := build
.PHONY:fmt vet build
fmt:
go fmt ./...
vet: fmt
go vet ./...
build:
cd web && pnpm run build
go build -v -o solopm-server ./cmd/server
test:
go test ./tests/...
The note is not visible to the blocked user.