Fix: various bug fix

This commit is contained in:
2025-10-16 07:12:01 +08:00
parent 5bbab63a2c
commit 0dea850cfa
16 changed files with 185 additions and 56 deletions

View File

@@ -1,4 +1,4 @@
.PHONY: all clean
.PHONY: all clean play
GO_ARGS += CGO_ENABLED=0
@@ -12,3 +12,6 @@ $(TARGET): $(SOURCE)
clean:
-rm -f $(TARGET)
play:
go run . player