diff --git a/Makefile b/Makefile index a28b4b58..56e63806 100755 --- a/Makefile +++ b/Makefile @@ -299,4 +299,9 @@ ipa-altbackup: checkPaths copy-altbackup @cp -R -f "$(ALT_APP_SRC)/" "$(ALT_APP_PAYLOAD_DST)/$(TARGET_NAME)" @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" \ No newline at end of file + @echo " IPA created: AltStore/Resources/AltBackup.ipa" + +clean: + @rm -rf *.xcarchive/ + @rm -rf *.dSYM/ + @rm -rf build/ \ No newline at end of file