#!/bin/sh

echo "+++ cleaning..."
    make clean
echo "+++ compiling..."
    make > xxx 2>&1
echo "+++ looking for errors..."
echo ""
    =err

