mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-21 04:33:30 +01:00
[makefile]: added target for 'clean'
This commit is contained in:
5
Makefile
5
Makefile
@@ -300,3 +300,8 @@ ipa-altbackup: checkPaths copy-altbackup
|
||||
@pushd "$(ALT_APP_DST_ARCHIVE)" && zip -r "../../$(ALT_APP_IPA_DST)" Payload && popd
|
||||
@cp -f "$(ALT_APP_IPA_DST)" AltStore/Resources
|
||||
@echo " IPA created: AltStore/Resources/AltBackup.ipa"
|
||||
|
||||
clean:
|
||||
@rm -rf *.xcarchive/
|
||||
@rm -rf *.dSYM/
|
||||
@rm -rf build/
|
||||
Reference in New Issue
Block a user