tools: update hledgercabal rule

This commit is contained in:
Simon Michael 2010-05-17 15:50:44 +00:00
parent 9671db6b6e
commit 1b134a64f6

View File

@ -50,9 +50,10 @@ default: tag hledger
######################################################################
# BUILDING
# build the standard cabal binary
# fetch dependencies, build and install the standard cabal binary
hledgercabal:
cabal configure -fweb -fvty && cabal build
cd hledger-lib; cabal install
cabal install -fweb -fvty
# build the standard developer's binary, quickly
hledger: setversion