From 83cc3b46146ed171d461531a56f282eed0f2728e Mon Sep 17 00:00:00 2001 From: Nick Daly Date: Sat, 23 Mar 2013 18:44:13 -0500 Subject: [PATCH] Build files are now stored in ./vendor/ --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 72d916965..8b62fe067 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