diff --git a/Makefile b/Makefile index efbd16850..b3bfeee67 100644 --- a/Makefile +++ b/Makefile @@ -83,7 +83,7 @@ hledgerlinux: setversion # searchpath.org , you might need the patched version from # http://joyful.com/repos/searchpath . continuous ci: setversion - sp --no-exts --no-default-map -o hledger ghc --make hledger.hs $(BUILDFLAGS) -Werror --run $(CICMD) + sp --no-exts --no-default-map -o hledger ghc --make hledger.hs $(BUILDFLAGS) --run $(CICMD) # build the standalone unit test runner. Requires test-framework. tools/unittest: tools/unittest.hs