#!/bin/bash

. ../bootstrap/flags
. ../bootstrap/functions

echo Creating tmp${BINDIR}/icmbuild

maindir ${BINDIR}/icmbuild -s

rm -f *.o


