mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
Build files are now stored in ./vendor/
This commit is contained in:
parent
d8df39f384
commit
83cc3b4614
4
Makefile
4
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
|
||||||
|
|
||||||
@ -17,7 +17,7 @@ build:
|
|||||||
mkdir -p $(BUILD_DIR)
|
mkdir -p $(BUILD_DIR)
|
||||||
|
|
||||||
predepend:
|
predepend:
|
||||||
sudo sh -c "apt-get install augeas-tools python-bjsonrpc python-augeas python-simplejson pandoc python-cheetah"
|
su -c "apt-get -y install augeas-tools python-bjsonrpc python-augeas python-simplejson pandoc python-cheetah"
|
||||||
touch predepend
|
touch predepend
|
||||||
|
|
||||||
$(BUILD_DIR)/exmachina: build
|
$(BUILD_DIR)/exmachina: build
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user