X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=Makefile;h=b03942e25323dda7fa399c988add5b8db5b8bb68;hb=bb178ef5c75d6adf38295303902670365634319c;hp=e52a9051afae253870e9e546b6a48d198018cc68;hpb=bf7c294bcfb5b4528e4daf0bdddd18ab59adc86c;p=matthijs%2Fmaster-project%2Fhaskell-symposium-talk.git diff --git a/Makefile b/Makefile index e52a905..b03942e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ FILE = clash-haskell09 LHS2TEX = lhs2TeX -v --poly --haskell -LATEXMK = latexmk +LATEXMK = latexmk -pdf RM = rm -f RSVG = rsvg-convert --format=pdf @@ -10,7 +10,7 @@ LHSRCS = \ reducer.lhs \ howdoesitwork.lhs \ demo.lhs \ - summery.lhs + summary.lhs LHFORMATS = \ talk.fmt @@ -19,7 +19,10 @@ TEXSRCS = \ preamble.tex SVGFIGURES = \ - mealymachine.svg + mealymachine.svg \ + mealymachine2.svg \ + simpleCPU.svg \ + reducer.svg default: clash-haskell09 @@ -45,4 +48,4 @@ clean: $(RM) $(FILE).synctex.gz $(RM) $(FILE).nav $(RM) $(FILE).snm - $(RM) *.hi *.o *.aux \ No newline at end of file + $(RM) *.hi *.o *.aux