Skip to content

Commit

Permalink
chore: Add deploy task
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidz committed Apr 1, 2024
1 parent e585e68 commit 1b59671
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1b59671

Please sign in to comment.