#!/bin/sh

set -e

sourcedir=debian/examples
rundir=${ADTTMP}

cp -a ${sourcedir}/* ${rundir}
cd ${rundir}
make > ${ADT_ARTIFACTS}/make.output 2>&1

