diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-02 13:35:30 +0500 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-02 13:35:30 +0500 |
commit | a97a38ea4e617423736b34dcfa6e3fdd2ae0e06c (patch) | |
tree | 55c066828fd4ec963b0b72c20dc09903e7a5597b /Makefile | |
parent | workflows/jekyll: add integrity checking (diff) | |
download | egor-tensin.github.io-a97a38ea4e617423736b34dcfa6e3fdd2ae0e06c.tar.gz egor-tensin.github.io-a97a38ea4e617423736b34dcfa6e3fdd2ae0e06c.zip |
Makefile: exclude external directories from wget
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,4 +42,4 @@ URL := http://localhost:4000/ .PHONY: wget wget: - wget --no-verbose --recursive --no-parent --convert-links --adjust-extension -e robots=off --directory-prefix=.wget -- '$(call escape,$(URL))' + wget --no-verbose --recursive --no-parent --convert-links --adjust-extension -e robots=off --directory-prefix=.wget -X /blog,/cv,/jekyll-theme,/sorting-algorithms,/wireguard-config -- '$(call escape,$(URL))' |