summaryrefslogtreecommitdiff
path: root/tool/build-shell.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tool/build-shell.sh')
-rw-r--r--tool/build-shell.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tool/build-shell.sh b/tool/build-shell.sh
index 8e62a71..6a48299 100644
--- a/tool/build-shell.sh
+++ b/tool/build-shell.sh
@@ -17,5 +17,6 @@ gcc -o sqlite3 -g -Os -I. \
-DSQLITE_ENABLE_RTREE \
-DHAVE_READLINE \
-DHAVE_USLEEP=1 \
- ../sqlite/src/shell.c ../sqlite/src/test_vfstrace.c \
+ ../sqlite/src/shell.c \
+ ../sqlite/src/test_vfstrace.c \
sqlite3.c -ldl -lreadline -lncurses