From baff3810467ca2387cdefe17ddbfe677eae36a4d Mon Sep 17 00:00:00 2001 From: Preston <git@bbhoss.io> Date: Fri, 8 Nov 2024 12:54:06 -0500 Subject: [PATCH] Update compile-sqlite3-rsync.md Fix invalid make target --- sqlite/compile-sqlite3-rsync.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqlite/compile-sqlite3-rsync.md b/sqlite/compile-sqlite3-rsync.md index ab14f46a81..31a47ae66b 100644 --- a/sqlite/compile-sqlite3-rsync.md +++ b/sqlite/compile-sqlite3-rsync.md @@ -8,7 +8,7 @@ Today I heard about the [sqlite3-rsync](https://sqlite.org/draft/rsync.html) com git clone https://github.com/sqlite/sqlite.git cd sqlite ./configure -make sqlite3-rsync +make sqlite3_rsync ``` So it looks like the `sqlite-rsync` command is no longer limited to a branch.