Makefile // Add command for cleaning SPM cache.

This commit is contained in:
ShikiSuen 2022-10-15 17:54:09 +08:00
parent a9c02f9904
commit 3c52b2cc40
1 changed files with 4 additions and 0 deletions

View File

@ -55,6 +55,10 @@ clean:
xcodebuild -scheme vChewingInstaller -configuration Release $(BUILD_SETTINGS) clean
make clean --file=./Source/Data/Makefile || true
clean-spm:
find . -name ".build" -exec rm -rf {} \;
rm -rf ./Packages/Build
.PHONY: gc
gc: