We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a48dd7 + 2a8f5b3 commit 60d065cCopy full SHA for 60d065c
Makefile
@@ -124,9 +124,6 @@ cache/$(EXTENSION_FUNCTIONS):
124
clean-deps:
125
rm -rf deps
126
127
-.PHONY: deps
128
-deps: deps/$(SQLITE_AMALGAMATION) deps/$(EXTENSION_FUNCTIONS)
129
-
130
deps/$(SQLITE_VERSION)/sqlite3.h deps/$(SQLITE_VERSION)/sqlite3.c:
131
mkdir -p cache/$(SQLITE_VERSION)
132
curl -LsS $(SQLITE_TARBALL_URL) | tar -xzf - -C cache/$(SQLITE_VERSION)/ --strip-components=1
0 commit comments