allow overriding CABAL

This commit is contained in:
Joey Hess 2013-03-10 16:44:03 -04:00
parent 01ce6849de
commit 14459a186f

View file

@ -4,7 +4,7 @@ all=git-annex $(mans) docs
GHC?=ghc
GHCMAKE=$(GHC) $(GHCFLAGS) --make
PREFIX=/usr
CABAL=runhaskell Setup.hs
CABAL?=runhaskell Setup.hs
# Am I typing :make in vim? Do a fast build.
ifdef VIM