1
0
mirror of https://github.com/DSPBluePrints/FactoryBluePrints.git synced 2025-12-08 23:53:29 +08:00
Files
FactoryBluePrints/Makefile
2023-04-25 23:32:54 +08:00

9 lines
244 B
Makefile

RAR = "C:/Program Files/WinRAR/Rar.exe"
GIT = ./MinGit/cmd/git.exe
FactoryBluePrints.rar: .git update.bat README.md MinGit
$(GIT) repack -a -d --depth=4095 --window=4095
$(RAR) a -ma5 -md1024 -m5 -mt32 -htb -rr5p -QO+ $@ $^
clear:
rm *.rar