source: tags/cl_irc_0_7/Makefile

Last change on this file was 86, checked in by (none), 19 years ago

This commit was manufactured by cvs2svn to create tag 'cl_irc_0_7'.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 166 bytes
Line 
1# $Id: Makefile 86 2005-03-20 11:41:30Z None $
2# $Source$
3
4clean:
5        find -name "*.fasl" -o -name "*.faslmt" -o -name "*~" -o -name "*.err" -o -name "*.x86f" | xargs rm
6
7commit:
8        make clean; cvs up; cvs ci
9
Note: See TracBrowser for help on using the repository browser.