diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-04-16 03:57:12 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-04-16 03:57:12 -0700 |
commit | 0dbada51f076f376e3ea625de5b6a0bced0412fe (patch) | |
tree | f56e7e05c45ddbb3d03826b710d59f1590735937 | |
parent | 0c4fe0f48ff1555422b6d2a17d625e15bc5493e8 (diff) |
Create bins directory if nonexistent.
-rw-r--r-- | makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -121,6 +121,7 @@ sysroot: sysroot.sh MobileCydia: sysroot $(object) entitlements.xml @echo "[link] $(object:Objects/%=%)" @$(cycc) $(filter %.o,$^) $(flags) $(link) $(uikit) + @mkdir -p bins @cp -a $@ bins/$@-$(version) @echo "[strp] $@" @strip -no_uuid $@ |