#!/bin/sh

MAKE="${MAKE:=make}"

${MAKE} clean > /dev/null 2>&1
${MAKE} all > /dev/null 2>&1
cat summary.log
