mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
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
|
||||
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user