From 1b134a64f6c426e2b160e8e5e46bec0f710d36d4 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 17 May 2010 15:50:44 +0000 Subject: [PATCH] tools: update hledgercabal rule --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9ebc0626c..0a02e6ffe 100644 --- a/Makefile +++ b/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