From 49231c74a1449c7f8c4c07fdafdf4e0b2d51400b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 30 Mar 2014 02:44:40 -0400 Subject: foo --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f0e91106..fcee0734 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,10 @@ build: 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 -dist/setup-config: +dist/setup-config: propellor.cabal cabal configure clean: -- cgit v1.2.3