Makefile // Allow git garbage collection.

This commit is contained in:
ShikiSuen 2022-04-03 19:04:36 +08:00
parent 992640e633
commit b0b4976142
1 changed files with 5 additions and 0 deletions

View File

@ -37,3 +37,8 @@ clean:
xcodebuild -scheme vChewingInstaller -configuration Debug $(BUILD_SETTINGS) clean
xcodebuild -scheme vChewingInstaller -configuration Release $(BUILD_SETTINGS) clean
make clean --file=./Source/Data/Makefile || true
.PHONY: gc
gc:
git reflog expire --expire=now --all && git gc --prune=now --aggressive