mirror of
https://github.com/DSPBluePrints/FactoryBluePrints.git
synced 2025-12-09 02:33:29 +08:00
9 lines
212 B
Makefile
9 lines
212 B
Makefile
7Z = ./7-Zip/7z.exe
|
|
GIT = ./MinGit/cmd/git.exe
|
|
|
|
FactoryBluePrints.7z: .git 双击更新蓝图仓库.bat MinGit/ 7-Zip/
|
|
$(GIT) gc --aggressive --prune=now
|
|
$(7Z) a -ms -mx=9 $@ $^
|
|
|
|
clear:
|
|
rm FactoryBluePrints.7z
|