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
|
GHC?=ghc
|
||||||
GHCMAKE=$(GHC) $(GHCFLAGS) --make
|
GHCMAKE=$(GHC) $(GHCFLAGS) --make
|
||||||
PREFIX=/usr
|
PREFIX=/usr
|
||||||
CABAL=runhaskell Setup.hs
|
CABAL?=runhaskell Setup.hs
|
||||||
|
|
||||||
# Am I typing :make in vim? Do a fast build.
|
# Am I typing :make in vim? Do a fast build.
|
||||||
ifdef VIM
|
ifdef VIM
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue