更新Makefile和一些文档

This commit is contained in:
2025-04-14 17:28:24 +08:00
parent 636fdfbbc1
commit 2b789095c0
2 changed files with 6 additions and 2 deletions

View File

@@ -8,7 +8,9 @@ deploy:
chmod +x /opt/zscww_scheduler/scheduler
echo "部署脚本执行完成记得放入member.csv数据文件"
default: build
default: help
clean:
rm ./scheduler
help:
echo "请查看MakeFile文件查看构建选项"