[Insight-users] make clean.
Luis Ibanez
luis.ibanez at kitware.com
Sun Sep 25 12:45:30 EDT 2005
Hi Kalpathi,
"make clean"
should remove your targets (libraries and executables).
You can simply take a look at the Makefile in the binary
directory of your example and look for "clean".
Note that now the .o files are put in a CMakeFiles subdirectories,
so you probably are not looking at the right place where you
could appreciate the effects of "make clean".
Note that make clean *does not* undo your CMake configuration.
If you need to redo the configuration, the best option is to
delete your binary directory and restart from scratch.
Regards,
Luis
------------------------------------
Kalpathi Subramanian wrote:
>
> I was trying out a simple example -
>
> running
>
> make clean
>
> seems to do nothing. I am able to build the HelloWorld example, but
> cant clean up and rerun cmake..
>
> == krs
>
More information about the Insight-users
mailing list