From a97a38ea4e617423736b34dcfa6e3fdd2ae0e06c Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 2 Mar 2022 13:35:30 +0500 Subject: Makefile: exclude external directories from wget --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 61a96b2..fa7db06 100644 --- a/Makefile +++ b/Makefile @@ -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))' -- cgit v1.2.3