diff options
author | Joey Hess <joey@kitenet.net> | 2013-03-10 16:44:03 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-03-10 16:44:03 -0400 |
commit | bb2ac9043502bbfcd807959dfe919637c500d753 (patch) | |
tree | f400fcb9f0a1e7861eac33b5c3920041da86afe1 /Makefile | |
parent | c931c2137efd59d4f931c75578effa9cfc18854c (diff) |
allow overriding CABAL
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |