home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 15 / AACD15.ISO / AACD / Programming / Python2 / Python20_source / Demo / extend / make_clean next >
Encoding:
Text File  |  2000-10-25  |  105 b   |  6 lines

  1. #! /bin/sh
  2.  
  3. # Reset the directory contents.
  4.  
  5. rm -f Setup* Makefile* *.c *.o *.a *.so *~ python sedscript
  6.