[PATCH v2 4/5] Makefile: Add 'make help'
    Geoff Levand 
    geoff at infradead.org
       
    Sun Oct  9 03:42:31 AEDT 2022
    
    
  
Add a new makefile target 'make help'.
Signed-off-by: Geoff Levand <geoff at infradead.org>
---
 Makefile.am | 9 +++++++++
 1 file changed, 9 insertions(+)
diff --git a/Makefile.am b/Makefile.am
index 63456ca..2c7a49e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -73,3 +73,12 @@ include man/Makefile.am
 
 include utils/Makefile.am
 
+.PHONY: help
+
+help:
+	@echo "Targets:"
+	@echo "  make install"
+	@echo "  make dist"
+	@echo "  make distcheck"
+	@echo "  make distclean"
+	@echo "  make maintainer-clean"
-- 
2.34.1
    
    
More information about the Petitboot
mailing list