diff options
-rw-r--r-- | dynamic.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -97,7 +97,7 @@ fqdn: public: $(ALL) JEKYLL_ENV=production jekyll build -run: $(ALL) public +run: all open 'http://localhost:$(PORT)' serve -d public/ -p $(PORT) |