From a4e81221cceeb887708d53015d3d1f1f9642980a Mon Sep 17 00:00:00 2001 From: Alex Lapenkou Date: Mon, 31 Jan 2022 12:28:15 -0800 Subject: [PATCH] Document 'make uninstall' Update INSTALL.md, reflecting the addition of 'uninstall' target. --- INSTALL.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 14dacfa6..90da718d 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -12,6 +12,10 @@ that might work is: make make install +You can uninstall the installed build artifacts like this: + + make uninstall + Notes: - "autoconf" needs to be installed - Documentation is built by the default target only when xsltproc is