Skip to content

Commit 2a8f5b3

Browse files
authored
remove unused deps target
Was getting an error about being unable to make `deps` for target `deps` when these lines were included. Likely since the amalgamation variable was undefined it was looking for a `deps/` directory for the `deps` target.
1 parent 7a48dd7 commit 2a8f5b3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,6 @@ cache/$(EXTENSION_FUNCTIONS):
124124
clean-deps:
125125
rm -rf deps
126126

127-
.PHONY: deps
128-
deps: deps/$(SQLITE_AMALGAMATION) deps/$(EXTENSION_FUNCTIONS)
129-
130127
deps/$(SQLITE_VERSION)/sqlite3.h deps/$(SQLITE_VERSION)/sqlite3.c:
131128
mkdir -p cache/$(SQLITE_VERSION)
132129
curl -LsS $(SQLITE_TARBALL_URL) | tar -xzf - -C cache/$(SQLITE_VERSION)/ --strip-components=1

0 commit comments

Comments
 (0)