.PHONY: ghci test build docs ghci: ghci -Wall -i:src src/Example/QueryMonad.hs test: build docs build: runhaskell Setup configure --user runhaskell Setup build runhaskell Setup haddock docs: doc/slides.pdf doc/slides.pdf: doc/slides.tex (cd doc; pdflatex slides)