There's only one ell in sqlite.

cvs
Trent Buck 2006-01-19 23:34:50 +00:00
parent 696bdce47b
commit 7222ba552a
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
IN: scratchpad
USING: kernel alien parser compiler words sequences ;
"sqllite" "libsqlite3" add-simple-library
"sqlite" "libsqlite3" add-simple-library
{ "sqlite" "tuple-db" "test" "tuple-db-tests" }
[ "contrib/sqlite/" swap ".factor" append3 run-file ] each