summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d2e206437..38a41ab76 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ all=git-annex $(mans) docs
GHC?=ghc
GHCMAKE=$(GHC) $(GHCFLAGS) --make
PREFIX=/usr
-CABAL?=runhaskell Setup.hs
+CABAL?=cabal # set to "runghc Setup.hs" if you lack a cabal program
# Am I typing :make in vim? Do a fast build.
ifdef VIM