aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2cf67c6..28ddbca 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,7 @@
1MAKEFLAGS += -j2
2
3dev: server watch
4
1watch: 5watch:
2 find content/*.md | entr make generate 6 find content/*.md | entr make generate
3 7