X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Fdhugday-talk.git;a=blobdiff_plain;f=Makefile;h=73947048bbd4d7445ea74f2942c01730eb55b6ef;hp=60513dad55772ec93d268ebbdc9e7ebdaca8405f;hb=6760de933d28c971baf58aaa1eee33afb32836a0;hpb=e83296ee82e9d2b1847f6a624a27e5c66aa348cc diff --git a/Makefile b/Makefile index 60513da..7394704 100644 --- a/Makefile +++ b/Makefile @@ -13,13 +13,16 @@ TEXSRCS = \ preamble.tex SVGFIGURES = \ + figures/pipeline.svg \ + figures/mac.svg \ + figures/smac.svg \ + figures/cpu.svg \ + figures/reducer.svg \ default: $(FILE) $(FILE): texs figs $(TEXSRCS) $(LHFORMATS) $(FILE).tex $(LATEXMK) $(FILE); \ - open $(FILE).pdf; \ - $(RM) $(LHSRCS:.lhs=.tex) texs : $(LHSRCS:.lhs=.tex) %.tex : %.lhs