diff options
| author | uvok cheetah | 2019-05-23 18:01:33 +0200 |
|---|---|---|
| committer | uvok cheetah | 2019-05-23 18:01:33 +0200 |
| commit | 8c75f20da9d8d9b91d48b47afa32b792b601f0b2 (patch) | |
| tree | 091776928dd28a79bfb2d35f4d0b80d8a7ff2b57 | |
| parent | 792836deedd072701fa2d099d36e20bb5c04d5ad (diff) | |
Add watch command for serve
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 + |
