#!/bin/sh
# Removes the Makevars generated by ./configure so the source tree is left
# clean between builds.
rm -f src/Makevars

exit 0
