Skip to content

Commit 812ecc9

Browse files
dev: makefile update paths in clean task
1 parent 5a5a826 commit 812ecc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ repl: ## Run Clojure REPL with rich terminal UI (Rebel Readline)
8686
# `-` before the command ignores any errors returned
8787
clean: ## Clean build temporary files
8888
$(info --------- Clean Clojure classpath cache ---------)
89-
- rm -rf ./.cpcache .clj-kondo .lsp
89+
- rm -rf ./.cpcache ./.clj-kondo ./.lsp
9090
# ------------------------------------ #
9191

9292
# ------- Testing -------------------- #

0 commit comments

Comments
 (0)