Add build help message
This commit is contained in:
parent
0316c89570
commit
00fc32829f
2
index.mk
2
index.mk
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user