From 9841ec8e1f7496f77e0cf903d03680d92fd72fdc Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 24 May 2022 00:39:11 +0200 Subject: Makefile: refactoring --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 949cad2..eb5d702 100644 --- a/Makefile +++ b/Makefile @@ -42,10 +42,11 @@ serve: $(jekyll) serve URL := http://localhost:4000/ +SKIP := /blog,/cv,/jekyll-theme,/sorting-algorithms,/void,/wireguard-config .PHONY: wget wget: - wget --no-verbose --recursive --no-parent --convert-links --adjust-extension -e robots=off --directory-prefix=.wget -X /blog,/cv,/jekyll-theme,/sorting-algorithms,/void,/wireguard-config -- '$(call escape,$(URL))' + wget --no-verbose --recursive --no-parent --convert-links --adjust-extension -e robots=off --directory-prefix=.wget -X '$(call escape,$(SKIP))' -- '$(call escape,$(URL))' .PHONY: view view: -- cgit v1.2.3