1
0
mirror of https://github.com/DSPBluePrints/FactoryBluePrints.git synced 2025-12-09 01:53:28 +08:00
Files
FactoryBluePrints/Makefile
2023-03-31 22:49:45 +08:00

11 lines
262 B
Makefile

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