allow overriding CABAL
This commit is contained in:
parent
01ce6849de
commit
14459a186f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue