Closed Kabouik closed 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).
make uninstall
wl-clipboard
There is a ninja uninstall target provided by Meson:
uninstall
$ ninja -t targets | grep uninstall uninstall: phony
As for make, Meson doesn't have a make backend.
make
It would be convenient to have a
make uninstall
option to clean up the system after compiling and installing if one decides to removewl-clipboard
eventually (or if it doesn't work as intended).