commit | 661aebcbde12a6138e6b0d0ef63fa3645dcb5ee4 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Sat Jul 19 23:14:13 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Sat Jul 19 23:14:13 1997 +0000 |
tree | df8003cdd6867632cdec3f2d585e576bdd3a19b5 | |
parent | a955967a5b7cefef5ee0d633b267c1ec1359992d [diff] [blame] |
New test for generic Makefile.pre.in
diff --git a/Demo/extend/make_clean b/Demo/extend/make_clean new file mode 100755 index 0000000..13203cd --- /dev/null +++ b/Demo/extend/make_clean
@@ -0,0 +1,5 @@ +#! /bin/sh + +# Reset the directory contents. + +rm -f Setup* Makefile* *.c *.o *.a *.so *~ python sedscript