summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2014-03-30 19:16:04 -0400
committerJoey Hess2014-03-30 19:16:04 -0400
commit0720bc499f49ffbce8fcebe2f931d56dc5cc83e3 (patch)
treea11a5c4ae3c29cc82203a16678fe4573a82d9c97
parent4ec7bd7619b2ca0ed13e49dd7263f81295c97af4 (diff)
propellor spin
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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: