mirror of
https://github.com/LHY0125/Gobang-Game.git
synced 2026-05-09 18:09:46 +08:00
feat: 添加Makefile编译系统和BUILD文档
- 创建完整的Makefile支持make编译 - 支持编译控制台版本和GUI版本 - 添加清理、运行、帮助等目标 - 自动处理SDL3和网络库依赖 - 创建BUILD.md编译指南文档 - 完善GUI相关全局变量管理 - 丰富函数注释和文档
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
*.exe
|
||||
*.out
|
||||
*.app
|
||||
*.o
|
||||
|
||||
# IDE配置文件
|
||||
.idea/
|
||||
|
||||
Reference in New Issue
Block a user