X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Fhaskell-symposium-talk.git;a=blobdiff_plain;f=Makefile;h=84b4934278085a7233f216debb51a60f210ef58d;hp=80ab266e122cc09b3c90d8e3a5e7048da9a1ccc3;hb=HEAD;hpb=73b5dbc07a705b9eec15976a62bded98f6a159f5 diff --git a/Makefile b/Makefile index 80ab266..84b4934 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ LHSRCS = \ reducer.lhs \ howdoesitwork.lhs \ demo.lhs \ - summery.lhs + summary.lhs LHFORMATS = \ talk.fmt @@ -19,8 +19,9 @@ TEXSRCS = \ preamble.tex SVGFIGURES = \ - mealymachine.svg \ mealymachine2.svg \ + mealymachine2-func-red.svg \ + mealymachine2-state-red.svg \ simpleCPU.svg \ reducer.svg @@ -48,4 +49,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