This commit is contained in:
Joey Hess 2014-03-30 02:51:21 -04:00
parent bdc156a897
commit 28787f11c7
Failed to extract signature
1 changed files with 4 additions and 0 deletions

View File

@ -1,7 +1,11 @@
run: build
./propellor
build: deps dist/setup-config build: deps dist/setup-config
git pull git pull
cabal build cabal build
$(MAKE) tags $(MAKE) tags
ln -sf dist/build/propellor/propellor
deps: deps:
if [ $$(whoami) = root ]; then apt-get install ghc cabal-install libghc-missingh-dev libghc-ansi-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 libghc-ansi-terminal-dev libghc-ifelse-dev libghc-unix-compat-dev libghc-hslogger-dev; fi