Files
deb-python-falcon/tools/clean.sh
Kurt Griffiths 9167eca24f chore(cython): Recusively remove compiled module files
Modify clean_cythoned.sh to recusively delete compilation artifacts.
2015-04-15 11:15:05 -04:00

4 lines
90 B
Bash
Executable File

#!/usr/bin/env bash
find $1 \( -name '*.c' -or -name '*.so' -or -name '*.pyc' \) -delete