summaryrefslogtreecommitdiff
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 ec201ae..3d95039 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ build:
mkdocs build
preview:
- mkdocs serve
+ mkdocs serve & xdg-open "http://localhost:8000"
deploy:
rsync -rv --delete ./site/* www@fkfd.me:www/blog/