summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 855b1e8..f8fccd4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ debs
Images/
Version.h
cfversion
+bins
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] $@"