#!/bin/sh
set -e
export LC_ALL=C

./update
./clean
./build "$@"
