aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2020-03-29 01:54:49 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2020-03-29 01:54:49 +0100
commitc070cca569780abc2408b8e6c8841fb6cbf9effe (patch)
treebbe7a927a9645f0ab0aff011dd89fb86fdc2f3d2 /Makefile
parent8e9b8977ae2dce61ac7b5899a52cc3e2bbe5dba9 (diff)
downloadmitjafelicijan.com-c070cca569780abc2408b8e6c8841fb6cbf9effe.tar.gz
Added new post
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