first commit

This commit is contained in:
nobonobo 2013-11-26 23:04:27 +09:00
parent 7656005724
commit 53fb3f0569
7 changed files with 497 additions and 0 deletions

5
Makefile Normal file
View file

@ -0,0 +1,5 @@
# for GNU make
libunqlite.a: src/unqlite.c src/unqlite.h
gcc -c src/unqlite.c -I./src -DUNQLITE_ENABLE_THREADS=1
ar rv libunqlite.a unqlite.o