tools: update hledgercabal rule
This commit is contained in:
parent
9671db6b6e
commit
1b134a64f6
5
Makefile
5
Makefile
@ -50,9 +50,10 @@ default: tag hledger
|
|||||||
######################################################################
|
######################################################################
|
||||||
# BUILDING
|
# BUILDING
|
||||||
|
|
||||||
# build the standard cabal binary
|
# fetch dependencies, build and install the standard cabal binary
|
||||||
hledgercabal:
|
hledgercabal:
|
||||||
cabal configure -fweb -fvty && cabal build
|
cd hledger-lib; cabal install
|
||||||
|
cabal install -fweb -fvty
|
||||||
|
|
||||||
# build the standard developer's binary, quickly
|
# build the standard developer's binary, quickly
|
||||||
hledger: setversion
|
hledger: setversion
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user