diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index 6e70379..0000000 --- a/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -.PHONY: help -help: - @echo "Available targets:" - @echo " server - Run the gRPC server" - @echo " test - Run the tests" - -.PHONY: clean -clean: - @cargo clean - -.PHONY: server -server: - @cargo run --bin authzd - -.PHONY: test -test: - @cargo test |
