summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNick Daly <Nick.M.Daly@gmail.com>2013-03-23 18:44:13 -0500
committerNick Daly <Nick.M.Daly@gmail.com>2013-03-23 18:44:13 -0500
commit83cc3b46146ed171d461531a56f282eed0f2728e (patch)
tree1621fe943725b5e6a5a62a812f2db7c7e26d8f8a /Makefile
parentd8df39f3847b8b693e575000f4be8da15fde0ae7 (diff)
Build files are now stored in ./vendor/
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 72d9169..8b62fe0 100644
--- a/Makefile
+++ b/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