apenwarr-redo/clean.do
Avery Pennarun 6e5ec95c6a Add an 'install' target.
(usable as 'make install' or 'redo install', of course)
2010-12-12 02:48:42 -08:00

10 lines
262 B
Text

if [ -e .do_built ]; then
while read x; do
rm -f "$x"
done <.do_built
fi
[ -z "$DO_BUILT" ] && rm -rf .do_built .do_built.dir
redo t/clean Documentation/clean
rm -f *~ .*~ */*~ */.*~ *.pyc install.wrapper
rm -rf t/.redo
find -name '*.tmp' -exec rm -fv {} \;