From 398a5febbd8084df789d3eaeb2de2f452ed08a61 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 30 Mar 2014 02:57:02 -0400 Subject: overall status hash --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index afaf0aa1..91cb3dc9 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,10 @@ -run: build +run: pull build ./propellor -build: deps dist/setup-config +pull: git pull + +build: deps dist/setup-config cabal build $(MAKE) tags ln -sf dist/build/propellor/propellor -- cgit v1.3-2-g0d8e