diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-30 02:51:21 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-30 02:51:21 -0400 |
| commit | 28787f11c74e292ab56dff1f1060668b6248e34f (patch) | |
| tree | 733ea4bb3c130321f33b41908857c9e176c7059b | |
| parent | bdc156a897fc10cee014399b90e4284dfa2f4bf2 (diff) | |
foo
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,7 +1,11 @@ +run: build + ./propellor + build: deps dist/setup-config git pull cabal build $(MAKE) tags + ln -sf dist/build/propellor/propellor 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 |
