#!/bin/bash
set -x
set -e
set -o pipefail
set -u

. /tmp/lxc02c.sh

which gcc
which g++

cd /tmp/build

make "$@"
make install
