#!/bin/bash

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

rm -f src/Makefile
