summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2f4cb6c2..afaf0aa1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,11 @@
+run: build
+ ./propellor
+
build: deps dist/setup-config
git pull
cabal build
$(MAKE) tags
+ ln -sf dist/build/propellor/propellor
deps:
if [ $$(whoami) = root ]; then apt-get install ghc cabal-install libghc-missingh-dev libghc-ansi-terminal-dev libghc-ifelse-dev libghc-unix-compat-dev libghc-hslogger-dev; fi