From 28787f11c74e292ab56dff1f1060668b6248e34f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 30 Mar 2014 02:51:21 -0400 Subject: foo --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2f4cb6c2..afaf0aa1 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3