diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-30 02:44:40 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-30 02:44:40 -0400 |
| commit | 49231c74a1449c7f8c4c07fdafdf4e0b2d51400b (patch) | |
| tree | 503a2ed3a3dbeeb32db39777ff0601c3873e319a /Makefile | |
| parent | c4afc9c90f9016b3ecfa96193c531c73ccbdeae4 (diff) | |
foo
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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: |
