fix makefile, python uv sync resolution

This commit is contained in:
2026-03-26 14:12:19 -07:00
parent ebcf404fde
commit 9860a19383
3 changed files with 550 additions and 3 deletions
+3 -3
View File
@@ -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