From 1a2a93737dc7bc200420e1fb6c8edb040e7165ff Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 30 Mar 2014 02:48:01 -0400 Subject: foo --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fcee0734..496b43e0 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,11 @@ -build: dist/setup-config +build: deps dist/setup-config git pull - if [ $$(whoami) = root ] then apt-get install ghc cabal-install libghc-missingh-dev libansi-terminal-dev libghc-ifelse-dev libghc-unix-compat-dev libghc-hslogger-dev; fi cabal build $(MAKE) tags +deps: + if [ $$(whoami) = root ] then apt-get install ghc cabal-install libghc-missingh-dev libansi-terminal-dev libghc-ifelse-dev libghc-unix-compat-dev libghc-hslogger-dev; fi + dist/setup-config: propellor.cabal cabal configure -- cgit v1.2.3