bugaevc / wl-clipboard

Command-line copy/paste utilities for Wayland
GNU General Public License v3.0
1.62k stars 59 forks source link

No make uninstall #86

Closed Kabouik closed 4 years ago

Kabouik commented 4 years ago

It would be convenient to have a make uninstall option to clean up the system after compiling and installing if one decides to remove wl-clipboard eventually (or if it doesn't work as intended).

bugaevc commented 4 years ago

There is a ninja uninstall target provided by Meson:

$ ninja -t targets | grep uninstall
uninstall: phony

As for make, Meson doesn't have a make backend.