X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Ffinal-presentation.git;a=blobdiff_plain;f=Makefile;h=ddaa3fccc8e4bcd50a80694c0f939e1293a9b01a;hp=c32d7d9e91e12a5ed22c05552abc96d88183f490;hb=HEAD;hpb=a937898187c63b26f52ed04c99caa321003be27b diff --git a/Makefile b/Makefile index c32d7d9..ddaa3fc 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ FILE = clash-haskell09 -LHS2TEX = lhs2TeX -v --poly --haskell +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