tools: also show warnings with make ghci

This commit is contained in:
Simon Michael 2014-04-19 12:03:13 -07:00
parent c36244bfe6
commit f2d4378028

View File

@ -530,7 +530,7 @@ viewcoverage:
# get a debug prompt
ghci:
$(GHCI) $(INCLUDEPATHS) $(MAIN)
$(GHCI) $(WARNINGS) $(INCLUDEPATHS) $(MAIN)
ghciweb:
$(GHCI) $(BUILDFLAGS) $(WEBLANGEXTS) hledger-web/app/main.hs