Adding binaries for 1.6.0
diff --git a/build-common.sh b/build-common.sh
index d6d3a32..f84a9e3 100644
--- a/build-common.sh
+++ b/build-common.sh
@@ -71,15 +71,6 @@
     ;;
 esac
 
-RD=$SCRATCH/$PROJ-$USER
-INSTALL="$RD/install"
-
-cd /tmp # windows can't delete if you're in the dir
-rm -rf $RD
-mkdir -p $INSTALL
-mkdir -p $RD
-cd $RD
-
 # OSX lacks a "realpath" bash command
 realpath() {
     [[ $1 = /* ]] && echo "$1" || echo "$PWD/${1#./}"
@@ -89,6 +80,15 @@
 SCRIPT_DIR="$(dirname "$SCRIPT_FILE")"
 COMMON_FILE="$SCRIPT_DIR/$1"
 
+RD=$SCRATCH/$PROJ-$USER
+INSTALL="$RD/install"
+
+cd /tmp # windows can't delete if you're in the dir
+rm -rf $RD
+mkdir -p $INSTALL
+mkdir -p $RD
+cd $RD
+
 commit_and_push()
 {
     # check into a local git clone
diff --git a/build-ninja.sh b/build-ninja.sh
index f8aa92c..c5e9cf3 100755
--- a/build-ninja.sh
+++ b/build-ninja.sh
@@ -4,7 +4,7 @@
 # leaves output in /tmp/prebuilts/ninja/$OS-x86/
 
 PROJ=ninja
-VER=1.5.3
+VER=1.6.0
 MSVS=2013
 
 source $(dirname "$0")/build-common.sh build-common.sh
diff --git a/ninja b/ninja
index 0072d5e..ebcc155 100755
--- a/ninja
+++ b/ninja
Binary files differ