summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoruvok cheetah2019-05-23 18:01:33 +0200
committeruvok cheetah2019-05-23 18:01:33 +0200
commit8c75f20da9d8d9b91d48b47afa32b792b601f0b2 (patch)
tree091776928dd28a79bfb2d35f4d0b80d8a7ff2b57 /Makefile
parent792836deedd072701fa2d099d36e20bb5c04d5ad (diff)
Add watch command for serve
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bfb91a1..925e57f 100644
--- a/Makefile
+++ b/Makefile
@@ -11,3 +11,7 @@ clean:
make_push_to_server: production
sshpass -f ~/.sshpass rsync -av _site/ wp12286963@ssh.server-he.de:uvokchee.de/blog
+
+watch:
+ bundle exec jekyll serve -l
+