From e254ef843ad19e72eff0327718b769f343835906 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Tue, 19 Mar 2024 15:09:08 +0100 Subject: Makefile: help: Document build and deploy targets. Signed-off-by: Denis 'GNUtoo' Carikli --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6f49f22..9cb2205 100644 --- a/Makefile +++ b/Makefile @@ -134,6 +134,8 @@ deploy: build help: @printf "%s\n\t%s\n\t%s\n\t%s\n\t%s\n" \ "Available commands:" \ + "make build # Generate the HTML files with haunt." \ + "make deploy # Copy the html files to https://blog.test.replicant.us" \ "make links.txt # Create links.txt file with blog post links." \ " # For security reasons This file needs to be manually " \ " # reviewed manually before usage." \ -- cgit v1.2.3