From c583bcd1473205104a1e1af812ed4976d30c7baa Mon Sep 17 00:00:00 2001 From: mo khan Date: Fri, 2 May 2025 14:29:41 -0600 Subject: refactor: remove anything unrelated to the authz daemon --- Makefile | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3