Up Top       Prev compile_to_jvm      Next finder


SmallEiffel Tools: clean

Syntax

clean [-verbose] Root ...

Clean removes all intermediate files produced by previous compile or compile_to_c. Names (Root ...) can have the Eiffel suffix, no suffix at all, or the suffix used for SmallEiffel command files on your system (.make on UNIX or .BAT on DOS for example).

-verbose can be used to see what files are removed.

Examples

Example 1

To remove intermediate files produced for the HELLO_WORLD program, type:
clean hello_world
You can also type:
clean hello_world.e
or you can type:
clean HELLO_WORLD
on Unix, you can type:
clean hello_world.make
on DOS, you can do:
clean hello_world.BAT

Example 2

Under Unix or DOS, remove all intermediate files in the current directory:
clean *.e
If the root class file is not in the current directory, you can type (for Unix):
clean *.make
Option -verbose can be used to see what files are removed.



Up Top       Prev compile_to_jvm      Next finder



This page was last changed by Oliver Elphick on 3rd August 1997.