summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index 31a3bee..84e605f 100644
--- a/makefile
+++ b/makefile
@@ -121,6 +121,7 @@ sysroot: sysroot.sh
MobileCydia: sysroot $(object)
@echo "[link] $(object:Objects/%=%)"
@$(cycc) $(filter %.o,$^) $(flags) $(link) $(uikit)
+ @cp -a $@ $@-$(version)
@echo "[strp] $@"
@strip -no_uuid $@
@echo "[sign] $@"