This commit is contained in:
Joey Hess 2014-03-30 02:48:01 -04:00
parent a51323f1b0
commit 1a2a93737d
Failed to extract signature
1 changed files with 4 additions and 2 deletions

View File

@ -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