Document 'make uninstall'

Update INSTALL.md, reflecting the addition of 'uninstall' target.
This commit is contained in:
Alex Lapenkou 2022-01-31 12:28:15 -08:00 committed by Alexander Lapenkov
parent 20f9802e4f
commit a4e81221cc

View File

@ -12,6 +12,10 @@ that might work is:
make make
make install make install
You can uninstall the installed build artifacts like this:
make uninstall
Notes: Notes:
- "autoconf" needs to be installed - "autoconf" needs to be installed
- Documentation is built by the default target only when xsltproc is - Documentation is built by the default target only when xsltproc is