fix: 修改makefile

This commit is contained in:
chenxiangtong
2026-05-28 17:41:59 +08:00
parent 3ff2454c63
commit 3927010bb9
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ dist/amt.exe: $(wildcard *.go) go.mod go.sum
go build -o dist/amt.exe . go build -o dist/amt.exe .
backend: backend:
uv run backend/main.py cd backend && uv run main.py
manager: manager:
uv run backend/manager.py cd backend && uv run manager.py