aboutsummaryrefslogtreecommitdiff
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 28ddbca..bab75f8 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ MAKEFLAGS += -j2
3dev: server watch 3dev: server watch
4 4
5watch: 5watch:
6 find content/*.md | entr make generate 6 find content/* templates/* static/* | entr make generate
7 7
8server: 8server:
9 browser-sync start --server ./public --watch --no-open --no-notify 9 browser-sync start --server ./public --watch --no-open --no-notify