#! /bin/bash

# Clobber everything except ptools-controlled files

rm -rf [a-z]*
rm -f  Makefile

