summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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