summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSylvain Gauthier <s94.gauthier@laposte.net>2021-03-14 14:24:08 +1100
committerSylvain Gauthier <s94.gauthier@laposte.net>2021-03-15 10:36:14 +1100
commitbe0c2dd2ce70a728380738c7aa3cb964b3175234 (patch)
tree8041192028e21381630dcc98677fdcaf10c71f1d /Makefile
parent071dea97317e0b81a659a9d8aed31ee421833ca7 (diff)
downloadbased.cooking-be0c2dd2ce70a728380738c7aa3cb964b3175234.tar
based.cooking-be0c2dd2ce70a728380738c7aa3cb964b3175234.tar.gz
based.cooking-be0c2dd2ce70a728380738c7aa3cb964b3175234.tar.lz
based.cooking-be0c2dd2ce70a728380738c7aa3cb964b3175234.tar.xz
based.cooking-be0c2dd2ce70a728380738c7aa3cb964b3175234.zip
get ready for merge
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b835caa61..e7574dc60 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