summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoey Hess2014-03-30 02:57:02 -0400
committerJoey Hess2014-03-30 02:57:02 -0400
commit398a5febbd8084df789d3eaeb2de2f452ed08a61 (patch)
treea22b9325e7f9a6a03dc40f3b3c7b5013d74f2d27 /Makefile
parent7820c8bb1222b9370e2009e9e60bc807f6bf409b (diff)
overall status hash
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
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