fix: 修改makefile
This commit is contained in:
4
Makefile
4
Makefile
@@ -8,7 +8,7 @@ dist/amt.exe: $(wildcard *.go) go.mod go.sum
|
||||
go build -o dist/amt.exe .
|
||||
|
||||
backend:
|
||||
uv run backend/main.py
|
||||
cd backend && uv run main.py
|
||||
|
||||
manager:
|
||||
uv run backend/manager.py
|
||||
cd backend && uv run manager.py
|
||||
Reference in New Issue
Block a user