source: tags/pre_mode_tracking/Makefile

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

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

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