Add build help message

This commit is contained in:
Andrew Stryker 2023-09-20 09:06:49 -07:00
parent 0316c89570
commit 00fc32829f
2 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@ create: #> Create a new post (default)
python3 create-post.py --edit; \
fi
build: ${index}
build: ${index} #> Build the site (default)
@echo "✓ Completed processing ${content_section}"
@echo

View File

@ -21,7 +21,7 @@
# define the default target explicitly
default: build
build:
build: #> Build the site (default)
@echo "✗ Building tagged index files not yet supported."
@echo