1
0
mirror of https://github.com/DSPBluePrints/FactoryBluePrints.git synced 2025-12-09 14:33:36 +08:00

新增makefile,可以自动化打包

This commit is contained in:
bWFuanVzYWth
2023-03-31 22:49:45 +08:00
parent 7f73395b93
commit cf49be54e3
4 changed files with 24 additions and 63 deletions

11
Makefile Normal file
View File

@@ -0,0 +1,11 @@
7Z = ./7-Zip/7z.exe
GIT = ./MinGit/cmd/git.exe
FactoryBluePrints.7z: .git 双击更新蓝图仓库.bat MinGit/ 7-Zip/
$(GIT) pull origin main
$(GIT) push origin main
$(GIT) gc --aggressive --prune=now
$(7Z) a -ms -mx=9 $@ $^
clear:
rm FactoryBluePrints.7z