#!/bin/sh
rm -f Makefile.in
for FN in ifmon probe utils; do
    rm -f "${FN}.c" "${FN}.h"
done
