i2pd icon indicating copy to clipboard operation
i2pd copied to clipboard

Uninstall target in the makefile

Open Elcoid opened this issue 2 years ago • 1 comments

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.

Elcoid avatar Feb 21 '23 16:02 Elcoid

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.

Vort avatar Feb 21 '23 16:02 Vort