#/usr/bash
rm -f compile.log compile.errs 
make -f Makefile > compile.log 2>compile.errs
