Hello friends!! I have installed a program from source code many times. When I wanted to uninstall, I type "make uninstall" on the directory source, and it uninstalled the program. But today, I have installed a program which i want uninstall. I type "make uninstall" and i get this:
How can I uninstall the program?? thanks!!Code:make: *** No rule to make target `uninstall '.
