#!/bin/bash

cd INPUT ; clean_up ; cd ..

if [ -f src/Makefile ] ; then
   cd src ; make clean ; cd .. ; rm -f cpmd
fi

rm -f Makefile
