From 890acdb5723c4dff5738048ee39ff6f1b60cea6b Mon Sep 17 00:00:00 2001 From: Jose Gomez Date: Fri, 20 Sep 2024 23:01:10 -0500 Subject: [PATCH] chore: tidy up make targets --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7ce2f1f..f35388d 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,6 @@ .PHONY: repl test clean deploy install format-check format-fix -env: - env +SHELL := /bin/bash repl: clojure -M:dev:test:app:repl