Update: update makefile

This commit is contained in:
dukai 2025-05-28 20:14:40 +08:00
parent fca5d537a2
commit 2b5bfb7afd

View File

@ -18,7 +18,7 @@ all: deps proto build
.PHONY: deps
deps:
@echo "Installing project dependencies..."
go install .
go mod tidy
.PHONY: proto
proto: