aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1d3a193..78a02d5 100644
--- a/Makefile
+++ b/Makefile
@@ -5,9 +5,9 @@ all: build
# Build slide PDF.
.PHONY: build
-build: slide.pdf
+build: slides.pdf
-slide.pdf: slide.saty
+slides.pdf: slides.saty
$(SATYSFI_BIN) $^
# Enter Docker shell.