#!/bin/sh

set -ex
run-nice make -j 1 "$@" VERBOSE=1
