diff options
author | EuAndreh <eu@euandre.org> | 2022-08-30 18:00:13 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-08-30 18:04:25 -0300 |
commit | ef0f53bab8da774a00913146834fa989156d9cee (patch) | |
tree | bc12905a24d22e4a05f39c2d90a8d51ce7aa6d01 /dynamic.mk | |
parent | dynamic.mk: Add compat link to feed.blog.en.atom (diff) | |
download | euandre.org-ef0f53bab8da774a00913146834fa989156d9cee.tar.gz euandre.org-ef0f53bab8da774a00913146834fa989156d9cee.tar.xz |
dynamic.mk: Use "all" over "$(ALL) public"
Diffstat (limited to '')
-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) |