Hi,
I have installed Codeblocks and now I want to remove it and install it again with additional plugins support. I found in the manual the command to do that:
Code:
make uninstall
make clean
make distclean
make clean-bin
make clean-zipfiles
The problem is that these commands must be run in the source directory which I deleted to save space. I check the Trash, but it is not there.
I downloaded source again and in the directory I try
but I get:
make: *** No rule to make target `uninstall'. Stop.
How can I uninstall it?
Regards.