mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +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
|
||||
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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user