From 1b596717a0ff0f3a3608aba6652c3ae4b6496fe6 Mon Sep 17 00:00:00 2001 From: liquidz Date: Mon, 1 Apr 2024 12:05:21 +0900 Subject: [PATCH] chore: Add deploy task --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index d164df9..66404d6 100644 --- a/Makefile +++ b/Makefile @@ -34,6 +34,10 @@ benchmark: cd benchmark && clojure -M:postal cd benchmark && clojure -M:tarayo +.PHONY: deploy +deploy: + lein deploy clojars + .PHONY: clean clean: lein clean