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 .PHONY: deps
deps: deps:
@echo "Installing project dependencies..." @echo "Installing project dependencies..."
go install . go mod tidy
.PHONY: proto .PHONY: proto
proto: proto: