summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index f2996fe3..14956fde 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,7 @@
-run: pull build
+run: build
./propellor
-devel: build tags
-
-pull:
- git pull
+dev: build tags
build: deps dist/setup-config
cabal build || (cabal configure; cabal build)