summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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: