1
0
mirror of https://github.com/DSPBluePrints/FactoryBluePrints.git synced 2025-12-09 14:33:36 +08:00
Files
FactoryBluePrints/Makefile
2023-03-31 22:56:15 +08:00

10 lines
237 B
Makefile

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