foo
This commit is contained in:
parent
1a2a93737d
commit
f28cdc84fd
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@ build: deps dist/setup-config
|
||||||
$(MAKE) tags
|
$(MAKE) tags
|
||||||
|
|
||||||
deps:
|
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
|
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
|
dist/setup-config: propellor.cabal
|
||||||
cabal configure
|
cabal configure
|
||||||
|
|
Loading…
Reference in New Issue