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; \
|
python3 create-post.py --edit; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
build: ${index}
|
build: ${index} #> Build the site (default)
|
||||||
@echo "✓ Completed processing ${content_section}"
|
@echo "✓ Completed processing ${content_section}"
|
||||||
@echo
|
@echo
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
# define the default target explicitly
|
# define the default target explicitly
|
||||||
default: build
|
default: build
|
||||||
|
|
||||||
build:
|
build: #> Build the site (default)
|
||||||
@echo "✗ Building tagged index files not yet supported."
|
@echo "✗ Building tagged index files not yet supported."
|
||||||
@echo
|
@echo
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user