chore: removed gitsubmodules from README and Makefile

This commit is contained in:
ireydiak
2026-02-28 12:03:51 -05:00
parent 0a9e5b66ee
commit 7c18d857f0
2 changed files with 1 additions and 18 deletions

View File

@@ -102,13 +102,8 @@ end2end:
# ------------
.PHONY: install
## Install and build dependencies for release
install: install-submodule
install: build
data:
cd src/data && go run public_suffix_list_gen.go > public_suffix_list.zig
## Init and update git submodule
install-submodule:
@git submodule init && \
git submodule update