Skip to content

Commit

Permalink
remove unneeded makefile line
Browse files Browse the repository at this point in the history
  • Loading branch information
tantaman committed Nov 27, 2023
1 parent 7ffbf3c commit e7cf402
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,6 @@ clean-deps:

.PHONY: deps

deps: deps/$(SQLITE_AMALGAMATION) deps/$(EXTENSION_FUNCTIONS)

deps/$(SQLITE_VERSION)/sqlite3.h deps/$(SQLITE_VERSION)/sqlite3.c:
mkdir -p cache/$(SQLITE_VERSION)
curl -LsS $(SQLITE_TARBALL_URL) | tar -xzf - -C cache/$(SQLITE_VERSION)/ --strip-components=1
Expand Down

0 comments on commit e7cf402

Please sign in to comment.