.PHONY: make update-psl make: cargo build --release # Refresh the vendored Public Suffix List used for cookie domain checks # (compiled into the binary by stdlib::http). update-psl: curl -sfL https://publicsuffix.org/list/public_suffix_list.dat -o assets/public_suffix_list.dat