diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-30 02:48:01 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-30 02:48:01 -0400 |
| commit | 1a2a93737dc7bc200420e1fb6c8edb040e7165ff (patch) | |
| tree | ae16f1fbbb8d4f66e9b60e064cd7502d0afb431d /Makefile | |
| parent | a51323f1b075f5b17ad599469a681011af152d55 (diff) | |
foo
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |
