]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
Makefile: add 'make uninstall'
authorSimon A. F. Lund <os@safl.dk>
Thu, 20 Oct 2022 10:09:44 +0000 (12:09 +0200)
committerSimon A. F. Lund <simon.lund@samsung.com>
Thu, 20 Oct 2022 11:01:31 +0000 (13:01 +0200)
commit234a92c266d0a71810528be271dcf18a8e6db040
tree77e33ab7ef7609011c16010e5736b869fcdacded
parent4e65e3b3402e745b12463fb1d6b1eda8a4d647ef
Makefile: add 'make uninstall'

An uninstall option, in addition to RPM install/uninstall, is arguably
quite convenient. Yet, Makefiles usually do not provide an 'uninstall'
target since that would require recording an installation manifest and
custom logic for removal.

However, meson has an internal feature doing precisely that.

This change invokes the meson uninstall feature via "make uninstall".

Signed-off-by: Simon A. F. Lund <simon.lund@samsung.com>
Makefile