Give appropriate compilation instruction for extension-formats

See PR #1716
This commit is contained in:
mgrojo
2019-03-06 21:30:53 +01:00
parent c8318a17ec
commit ef90d30cf1

View File

@@ -7,7 +7,7 @@
*
* Compile using:
*
* gcc -g -fPIC -shared extension-formats.c -o extension-formats.so
* gcc -g -fPIC -shared extension-formats.c -o libsqlite-formats.so
*/
#include <stdio.h>