From 4899d9ec1b03370cbb4a8eecff3a6556dcc3e2e5 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sat, 3 Jul 2021 21:40:00 +0200 Subject: [PATCH] Makefile: document the -reinstall target Signed-off-by: Thomas Petazzoni Signed-off-by: Yann E. MORIN --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 472af5a318..74c238cb20 100644 --- a/Makefile +++ b/Makefile @@ -1151,6 +1151,7 @@ help: @echo ' -dirclean - Remove build directory' @echo ' -reconfigure - Restart the build from the configure step' @echo ' -rebuild - Restart the build from the build step' + @echo ' -reinstall - Restart the build from the install step' $(foreach p,$(HELP_PACKAGES), \ @echo $(sep) \ @echo '$($(p)_NAME):' $(sep) \ -- 2.30.2