From e573ae0e5d21859d380075397daa1047c02cb957 Mon Sep 17 00:00:00 2001 From: Nathan Wagner Date: Mon, 26 Nov 2018 03:47:57 +0000 Subject: [PATCH] fixup --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 6cf1178..372ce1c 100644 --- a/Makefile +++ b/Makefile @@ -169,7 +169,6 @@ sqlite/sqlite3.o: sqlite/sqlite3.c sqlite/config.h sqlite/extensions.o: sqlite/extensions.c $(CC) -O3 -Wall -std=c99 -I. -DSQLITE_CORE=1 -c -o $@ $< - sqlite/shell.o: sqlite/shell.c sqlite/config.h $(CC) -Wall -std=c99 -Ilib \ -DSQLITE_OMIT_LOAD_EXTENSION=1 \ -- 2.40.0