summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b835caa..e7574dc 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ ARTICLES = $(shell git ls-tree HEAD --name-only -- $(BLOG_SRC)/ 2>/dev/null)
TAGFILES = $(patsubst $(BLOG_SRC)/%.md,tags/%,$(ARTICLES))
help:
- $(info blogit init|build|deploy|clean)
+ $(info make init|build|deploy|clean|taglist)
init:
mkdir -p $(BLOG_SRC) data templates