aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 2ca7100..c90bf85 100644
--- a/makefile
+++ b/makefile
@@ -68,7 +68,7 @@ tests/mandelbrot: examples/mandelbrot_serial.grid examples/mandelbrot_shared.gri
# Presentation #
##################
-presentation: presentation/presentation.html
+presentation: presentation/presentation.html analysis/analysis.html
presentation/presentation.html: presentation/presentation.md
pandoc -t revealjs -so $@ $<