mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +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
|
||||
MAKE=make
|
||||
BUILD_DIR = build
|
||||
BUILD_DIR = vendor
|
||||
|
||||
#TODO: add install target
|
||||
|
||||
@ -17,7 +17,7 @@ build:
|
||||
mkdir -p $(BUILD_DIR)
|
||||
|
||||
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
|
||||
|
||||
$(BUILD_DIR)/exmachina: build
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user