diff options
| author | 2024-12-04 09:33:09 +0000 | |
|---|---|---|
| committer | 2024-12-04 10:33:09 +0100 | |
| commit | 79f2e85f517db67ae4d0c261a5d7481351b2ac80 (patch) | |
| tree | 5665184e3494c5eab7ce6e5213e2e4bf0759bb9b /vendor/modernc.org/sqlite/Makefile | |
| parent | [chore] Update frontend bug report issue title prefix (#3596) (diff) | |
| download | gotosocial-79f2e85f517db67ae4d0c261a5d7481351b2ac80.tar.xz | |
[chore] bumps modernc/sqlite version to v1.34.2 on our custom fork (#3599)
Diffstat (limited to 'vendor/modernc.org/sqlite/Makefile')
| -rw-r--r-- | vendor/modernc.org/sqlite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/modernc.org/sqlite/Makefile b/vendor/modernc.org/sqlite/Makefile index 67a56d389..8b7472ddd 100644 --- a/vendor/modernc.org/sqlite/Makefile +++ b/vendor/modernc.org/sqlite/Makefile @@ -57,7 +57,7 @@ clean: edit: @touch log - @if [ -f "Session.vim" ]; then novim -S & else novim -p Makefile go.mod builder.json all_test.go vendor_libsqlite3.go & fi + @if [ -f "Session.vim" ]; then gvim -S & else gvim -p Makefile go.mod builder.json all_test.go vendor_libsqlite3.go & fi editor: gofmt -l -s -w . 2>&1 | tee log-editor |
