source:
trunk/Makefile
| Last change on this file was 2, checked in by , 22 years ago | |
|---|---|
|
|
| File size: 166 bytes | |
| Line | |
|---|---|
| 1 | # $Id: Makefile 2 2004-01-05 14:13:03Z eenge $ |
| 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.
