Makefile // Allow git garbage collection.
This commit is contained in:
parent
2472af883c
commit
9aa781ecfd
5
Makefile
5
Makefile
|
@ -37,3 +37,8 @@ clean:
|
||||||
xcodebuild -scheme vChewingInstaller -configuration Debug $(BUILD_SETTINGS) clean
|
xcodebuild -scheme vChewingInstaller -configuration Debug $(BUILD_SETTINGS) clean
|
||||||
xcodebuild -scheme vChewingInstaller -configuration Release $(BUILD_SETTINGS) clean
|
xcodebuild -scheme vChewingInstaller -configuration Release $(BUILD_SETTINGS) clean
|
||||||
make clean --file=./Source/Data/Makefile || true
|
make clean --file=./Source/Data/Makefile || true
|
||||||
|
|
||||||
|
.PHONY: gc
|
||||||
|
|
||||||
|
gc:
|
||||||
|
git reflog expire --expire=now --all && git gc --prune=now --aggressive
|
||||||
|
|
Loading…
Reference in New Issue