diff options
Diffstat (limited to '')
-rw-r--r-- | dynamic.mk | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 \ |