We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a5a826 commit 812ecc9Copy full SHA for 812ecc9
Makefile
@@ -86,7 +86,7 @@ repl: ## Run Clojure REPL with rich terminal UI (Rebel Readline)
86
# `-` before the command ignores any errors returned
87
clean: ## Clean build temporary files
88
$(info --------- Clean Clojure classpath cache ---------)
89
- - rm -rf ./.cpcache .clj-kondo .lsp
+ - rm -rf ./.cpcache ./.clj-kondo ./.lsp
90
# ------------------------------------ #
91
92
# ------- Testing -------------------- #
0 commit comments