diff options
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?=cabal # set to "runghc Setup.hs" if you lack a cabal program # Am I typing :make in vim? Do a fast build. ifdef VIM |