From 44cb0674de73ca8f2cd9af9842db186acda1d6db Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 23 May 2009 23:49:11 +0000 Subject: [PATCH] build with all flags in make check --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bc898c784..e7843bf36 100644 --- a/Makefile +++ b/Makefile @@ -131,7 +131,7 @@ push: check: setversion test cabal clean cabal check - cabal configure + cabal configure -fvty -fhapps cabal build dist/build/hledger/hledger test 2>&1 | tail -1 | grep -q 'Errors: 0 Failures: 0'