mirror of
https://github.com/opa334/TrollStore.git
synced 2026-07-02 03:00:39 +08:00
TrollStore 1.2, new build setup, deprecate installers in favor of TrollHelperOTA, add jailbreak guide, add better version compatibility notes
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
pwnify:
|
||||
@clang main.m -fobjc-arc -fmodules -mmacosx-version-min=11.0 -o pwnify
|
||||
|
||||
install: pwnify
|
||||
-@sudo rm /usr/local/bin/pwnify 2>/dev/null || true
|
||||
@sudo cp ./pwnify /usr/local/bin/pwnify
|
||||
|
||||
clean:
|
||||
@rm ./pwnify 2>/dev/null || true
|
||||
Reference in New Issue
Block a user