#!/bin/sh 
set -x
if [ -f Makefile ] ; then make clean ; fi 
cleanup 
perl Makefile.PL
time make parallel 
