aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dynamic.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/dynamic.mk b/dynamic.mk
index 585c15d..46c7795 100644
--- a/dynamic.mk
+++ b/dynamic.mk
@@ -1,6 +1,5 @@
.POSIX:
FQDN = euandre.org
-PORT = 4444
@@ -98,8 +97,7 @@ public: $(ALL)
JEKYLL_ENV=production jekyll build
run: all
- open 'http://localhost:$(PORT)'
- serve -d public/ -p $(PORT)
+ serve -d public/
upload: all
rsync \