summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/Makefile b/Makefile
index 718a68b3..3bf54c6a 100644
--- a/Makefile
+++ b/Makefile
@@ -12,14 +12,3 @@ install-tools:
@command -v protoc-gen-go
@command -v protoc-gen-go-grpc
@command -v protoc-gen-twirp_ruby
- @command -v step
- @command -v step-ca
-
-clean:
- @rm -f slides.pdf
-
-slides.pdf: clean
- @pandoc -t beamer -V fontsize=8pt -s doc/share/authz/SLIDES.md -o slides.pdf
-
-presentation: slides.pdf
- @xdg-open slides.pdf