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