mirror of
https://github.com/ZSCNetSupportDept/scheduler.git
synced 2025-10-28 20:45:05 +08:00
补充makefile
This commit is contained in:
6
Makefile
6
Makefile
@@ -3,8 +3,12 @@ build:
|
|||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
go build -o scheduler
|
go build -o scheduler
|
||||||
cp scheduler /opt/zscww_scheduler/scheduler
|
cp ./scheduler /opt/zscww_scheduler/scheduler
|
||||||
cp -r FrontEnd /opt/zscww_scheduler/FrontEnd
|
cp -r FrontEnd /opt/zscww_scheduler/FrontEnd
|
||||||
chmod +x /opt/zscww_scheduler/scheduler
|
chmod +x /opt/zscww_scheduler/scheduler
|
||||||
echo "部署脚本执行完成,记得放入member.csv数据文件"
|
echo "部署脚本执行完成,记得放入member.csv数据文件"
|
||||||
|
|
||||||
|
default: build
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm ./scheduler
|
||||||
|
|||||||
Reference in New Issue
Block a user