mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
pull withsqlite from github
This commit is contained in:
parent
1788f97c83
commit
a14727f2fc
4
Makefile
4
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
|
test -d $(BUILD_DIR)/bjsonrpc || git clone git://github.com/deavid/bjsonrpc.git $(BUILD_DIR)/bjsonrpc
|
||||||
cd $(BUILD_DIR)/bjsonrpc; git pull
|
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
|
dbs: data/users.sqlite3
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user