From a14727f2fccf3eee6551d65a0d3faed988f54bef Mon Sep 17 00:00:00 2001 From: James Vasile Date: Tue, 5 Feb 2013 16:06:16 -0500 Subject: [PATCH] pull withsqlite from github --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 05a2269aa..377f00531 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