scripts: make bin/ dir

This commit is contained in:
Mitchell Hashimoto 2014-08-31 09:31:57 -07:00
parent a32e1be8ce
commit 32c88dce4a
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ go get ./...
echo "==> Removing old directory..." echo "==> Removing old directory..."
rm -f bin/* rm -f bin/*
rm -rf pkg/* rm -rf pkg/*
mkdir -p bin/
# If its dev mode, only build for ourself # If its dev mode, only build for ourself
if [ "${TF_DEV}x" != "x" ]; then if [ "${TF_DEV}x" != "x" ]; then