#! /bin/sh
for f in ./config.*; do
rm -f $f
done

rm ./src/Makevars

exit 0
 
