summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-05-02 14:29:41 -0600
committermo khan <mo@mokhan.ca>2025-05-02 14:29:41 -0600
commitc583bcd1473205104a1e1af812ed4976d30c7baa (patch)
tree933edf78a4ac8aea55256e42641e56bbb4c58834 /Makefile
parent91defaefca47e9cebbe92c6abf33c4423df9bc7d (diff)
refactor: remove anything unrelated to the authz daemon
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