#!/bin/sh
# Build in M40 pocket
. $(dirname `realpath $0`)/mithraen-hasher-utils

if [ -z "$1" ]; then
	exit -1
fi

if [ -z "$2" ]; then
	exit -1
fi

try_build_targets "$1" "$2" "$3"
