Skip to content

Commit

Permalink
add cookie jar
Browse files Browse the repository at this point in the history
  • Loading branch information
karlseguin committed Feb 27, 2025
1 parent c31c12d commit 6f50286
Show file tree
Hide file tree
Showing 4 changed files with 10,139 additions and 15 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ help:

# $(ZIG) commands
# ------------
.PHONY: build build-dev run run-release shell test bench download-zig wpt unittest
.PHONY: build build-dev run run-release shell test bench download-zig wpt unittest data

zig_version = $(shell grep 'recommended_zig_version = "' "vendor/zig-js-runtime/build.zig" | cut -d'"' -f2)

Expand Down Expand Up @@ -199,6 +199,9 @@ install-zig-js-runtime:
@cd vendor/zig-js-runtime && \
make install

data:
cd src/data && go run public_suffix_list_gen.go > public_suffix_list.zig

.PHONY: _build_mimalloc

MIMALLOC := $(BC)vendor/mimalloc/out/$(OS)-$(ARCH)
Expand Down
Loading

0 comments on commit 6f50286

Please sign in to comment.