source: tags/debian_version_0_6_3/Makefile

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

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

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 166 bytes
Line 
1# $Id: Makefile 80 2005-03-03 09:23:00Z 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.