aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2024-04-29 22:34:51 -0400
committerJP Appel <jeanpierre.appel01@gmail.com>2024-04-29 22:34:51 -0400
commita9760b31a2dfc672c72c4257a4e293fafb08c0b3 (patch)
tree48d39792e36b6038497e828fcee1aafc80082c5d /makefile
parentcb38a4184f55b7d6d89913e86601d02eaba706ff (diff)
presentation sans figures
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 $@ $<