propellor spin
This commit is contained in:
parent
1ce626e90e
commit
bf50e7aa5d
4
Makefile
4
Makefile
|
@ -10,8 +10,8 @@ build: dist/setup-config
|
||||||
ln -sf dist/build/config/config propellor
|
ln -sf dist/build/config/config propellor
|
||||||
|
|
||||||
deps:
|
deps:
|
||||||
@if [ $$(whoami) = root ]; then apt-get -y install gnupg ghc cabal-install libghc-missingh-dev libghc-ansi-terminal-dev libghc-ifelse-dev libghc-unix-compat-dev libghc-hslogger-dev libghc-network-dev libghc-quickcheck2-dev; fi || true
|
@if [ $$(whoami) = root ]; then apt-get --no-install-recommends -y install gnupg ghc cabal-install libghc-missingh-dev libghc-ansi-terminal-dev libghc-ifelse-dev libghc-unix-compat-dev libghc-hslogger-dev libghc-network-dev libghc-quickcheck2-dev; fi || true
|
||||||
@if [ $$(whoami) = root ]; then apt-get -u install libghc-async-dev || cabal update; cabal install async; fi || true
|
@if [ $$(whoami) = root ]; then apt-get --no-install-recommends -y install libghc-async-dev || cabal update; cabal install async; fi || true
|
||||||
|
|
||||||
dist/setup-config: propellor.cabal
|
dist/setup-config: propellor.cabal
|
||||||
if [ "$(CABAL)" = ./Setup ]; then ghc --make Setup; fi
|
if [ "$(CABAL)" = ./Setup ]; then ghc --make Setup; fi
|
||||||
|
|
Loading…
Reference in New Issue