@@ -1,14 +1,14 @@
SHELL := /bin/sh
BUF ?= /Users/end/go/bin/buf
BUF ?= buf
.PHONY: buf-lint buf-generate py-sync go-test compose-up compose-up-dev
buf-lint:
"$(BUF)" lint
$(BUF) lint
buf-generate:
"$(BUF)" generate
$(BUF) generate
py-sync:
uv sync --project python
The note is not visible to the blocked user.