Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 112d20d5274acbb606acfe3594fd10aa10287b52 authored by cvs2svn on 20 July 2001, 14:55:28 UTC
This commit was manufactured by cvs2svn to create tag 'r211'.
Tip revision: 112d20d
make_clean
#! /bin/sh

# Reset the directory contents.

rm -f Setup* Makefile* *.c *.o *.a *.so *~ python sedscript
back to top