From 0720bc499f49ffbce8fcebe2f931d56dc5cc83e3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 30 Mar 2014 19:16:04 -0400 Subject: propellor spin --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b5564ed5..6571ffad 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,13 @@ run: pull build ./propellor +devel: build tags + pull: git pull build: deps dist/setup-config cabal build || (cabal configure; cabal build) - $(MAKE) tags ln -sf dist/build/propellor/propellor deps: -- cgit v1.2.3