summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJames Vasile <james@jamesvasile.com>2013-02-05 16:06:16 -0500
committerJames Vasile <james@jamesvasile.com>2013-02-05 16:06:16 -0500
commita14727f2fccf3eee6551d65a0d3faed988f54bef (patch)
tree792bef11a4fa6b445643071d0a09c4bcba647014 /Makefile
parent1788f97c83f86ab2d3c542ced7b117065429fdaf (diff)
pull withsqlite from github
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 05a2269..377f005 100644
--- a/Makefile
+++ b/Makefile
@@ -28,6 +28,10 @@ $(BUILD_DIR)/bjsonrpc: build
test -d $(BUILD_DIR)/bjsonrpc || git clone git://github.com/deavid/bjsonrpc.git $(BUILD_DIR)/bjsonrpc
cd $(BUILD_DIR)/bjsonrpc; git pull
+$(BUILD_DIR)/withsqlite: build
+ test -d $@ || git clone git://github.com/jvasile/withsqlite.git $@
+ cd $@; git pull
+
dbs: data/users.sqlite3