1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Add the "atrc" test program to the Makefiles. Fix a typo in the instructions

in the header comment of the atrc program.

FossilOrigin-Name: 2130a407ddd8cdf3d29b109d773686c84906d9dc1663376e94e191086d524c9e
This commit is contained in:
drh
2018-08-23 20:09:19 +00:00
parent 79a5ee93c7
commit 355f2e02e9
6 changed files with 22 additions and 11 deletions

View File

@ -5,7 +5,7 @@
** gcc -g -c sqlite3.c
** gcc -g -o atrc atrc.c sqlite3.o -ldl -lpthread
**
** Run the problem this way:
** Run the program this way:
**
** ./atrc DATABASE | ./sqlite3 DATABASE
**