diff --git a/Makefile b/Makefile index e8e542e..1c3fcd1 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,7 @@ update: bundle update serve: update + sleep 5 && xdg-open http://localhost:4000 & bundle exec jekyll serve --livereload -H '*' --drafts build: