From c56439735a02d54b35a1d39b6d4e7a849b21343f Mon Sep 17 00:00:00 2001 From: David Sterba Date: Tue, 19 Nov 2019 18:06:56 +0100 Subject: [PATCH] btrfs-progs: build: document install targets Enumerate what exactly gets installed. Signed-off-by: David Sterba --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 014736df..b00eafe4 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,11 @@ # all all main tools and the shared library # static build static binaries, requires static version of the libraries # test run the full testsuite -# install install to default location (/usr/local) +# install install binaries, shared libraries and header files to default +# location (/usr/local) +# install-static +# install the static binaries, static libraries and header files +# to default locationh (/usr/local) # clean clean built binaries (not the documentation) # clean-all clean as above, clean docs and generated files #