X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Ffinal-presentation.git;a=blobdiff_plain;f=Makefile;h=ddaa3fccc8e4bcd50a80694c0f939e1293a9b01a;hp=35b708867087170dfd1a0e0f8e26e5153cea7e5e;hb=HEAD;hpb=c3628d9401a54b67ed9fc82c02043ca8c323fe7a diff --git a/Makefile b/Makefile index 35b7088..ddaa3fc 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ FILE = clash-haskell09 -LHS2TEX = lhs2TeX -v --poly +LHS2TEX = lhs2TeX -v --tt LATEXMK = latexmk -pdf RM = rm -f RSVG = rsvg-convert --format=pdf @@ -7,7 +7,12 @@ RSVG = rsvg-convert --format=pdf LHSRCS = \ introduction.lhs \ matthijs/introduction.lhs \ - christiaan/introduction.lhs + christiaan/introduction.lhs \ + christiaan/fir.lhs \ + christiaan/dotproduct.lhs \ + christiaan/structure.lhs \ + christiaan/reductioncircuit.lhs \ + christiaan/recursion.lhs LHFORMATS = \ talk.fmt