Last change
on this file was
89,
checked in by (none), 20 years ago
|
This commit was manufactured by cvs2svn to create tag
'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 89 2005-03-20 16:55:43Z None $ |
---|
2 | # $Source$ |
---|
3 | |
---|
4 | clean: |
---|
5 | find -name "*.fasl" -o -name "*.faslmt" -o -name "*~" -o -name "*.err" -o -name "*.x86f" | xargs rm |
---|
6 | |
---|
7 | commit: |
---|
8 | make clean; cvs up; cvs ci |
---|
9 | |
---|
Note: See
TracBrowser
for help on using the repository browser.