Skip to content

Commit 60d065c

Browse files
authored
Merge pull request rhashimoto#132 from tantaman/patch-1
remove unused `deps` target
2 parents 7a48dd7 + 2a8f5b3 commit 60d065c

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)