summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-03-20 16:03:33 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2011-03-20 16:03:33 -0700
commit665d1e624319516779b875d3e58196f866b16649 (patch)
tree136ebec0814d8b3e2377ca48fdc85691f0599e66 /makefile
parente967efd5e9745242298f8792cb7d47dca141bfbf (diff)
Store backup symbols in bins/.
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 5c5690f..abc07de 100644
--- a/makefile
+++ b/makefile
@@ -121,7 +121,7 @@ sysroot: sysroot.sh
MobileCydia: sysroot $(object)
@echo "[link] $(object:Objects/%=%)"
@$(cycc) $(filter %.o,$^) $(flags) $(link) $(uikit)
- @cp -a $@ $@-$(version)
+ @cp -a $@ bins/$@-$(version)
@echo "[strp] $@"
@strip -no_uuid $@
@echo "[sign] $@"