From b14d452ddce90289441c07447d4d4a27821a5ce3 Mon Sep 17 00:00:00 2001 From: Nathan Wagner Date: Mon, 26 Nov 2018 03:55:48 +0000 Subject: [PATCH] add makefile as shell dependency --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 372ce1c..bbc6991 100644 --- a/Makefile +++ b/Makefile @@ -169,7 +169,7 @@ 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 +sqlite/shell.o: sqlite/shell.c sqlite/config.h Makefile $(CC) -Wall -std=c99 -Ilib \ -DSQLITE_OMIT_LOAD_EXTENSION=1 \ '-DSQLITE_SHELL_INIT_PROC(x)=zpm_setup_extensions(x)' \ -- 2.40.0