mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +00:00
combine build and vendor dirs
This commit is contained in:
parent
d0e0285892
commit
028ab7fcfb
9
Makefile
9
Makefile
@ -1,6 +1,6 @@
|
|||||||
#SHELL := /bin/bash
|
#SHELL := /bin/bash
|
||||||
MAKE=make
|
MAKE=make
|
||||||
BUILD_DIR = build
|
BUILD_DIR = vendor
|
||||||
|
|
||||||
#TODO: add install target
|
#TODO: add install target
|
||||||
|
|
||||||
@ -21,10 +21,13 @@ predepend:
|
|||||||
touch predepend
|
touch predepend
|
||||||
|
|
||||||
$(BUILD_DIR)/exmachina: build
|
$(BUILD_DIR)/exmachina: build
|
||||||
git clone git://github.com/tomgalloway/exmachina $(BUILD_DIR)/exmachina
|
test -d $(BUILD_DIR)/exmachina || git clone git://github.com/tomgalloway/exmachina $(BUILD_DIR)/exmachina
|
||||||
|
cd $(BUILD_DIR)/exmachina; git pull
|
||||||
|
|
||||||
$(BUILD_DIR)/bjsonrpc: build
|
$(BUILD_DIR)/bjsonrpc: build
|
||||||
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
|
||||||
|
|
||||||
|
|
||||||
dbs: data/users.sqlite3
|
dbs: data/users.sqlite3
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user