#!/bin/sh
# Remove files generated by ./configure
rm -f src/Makevars
rm -rf conftest conftest.cpp conftest.dSYM
