i2pd
i2pd copied to clipboard
Uninstall target in the makefile
Hello,
I looked in the documentation and the source code, but I didn't find any way to undo what make install does. Is there such an uninstall target? If no, would it be hard to implement? If the build used a pure makefile, I would make a pull request, but it uses cmake and I have never worked with it.
If the build used a pure makefile
There are two parallel build systems. One of which is pure makefile. If I'm not wrong of course.