From 3908b5e9f2fd6a56caff1ec75b87465a457c453c Mon Sep 17 00:00:00 2001 From: mikub Date: Fri, 22 Jan 2021 11:20:54 +0100 Subject: [PATCH] adding :libdir-path to clean targets (how come this was missing?) --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index e6394bd..e7c29ed 100644 --- a/project.clj +++ b/project.clj @@ -65,7 +65,7 @@ :libdir-path "lib" :main titanoboa.server ;;titanoboa.system :aot [titanoboa.server] - :clean-targets ^{:protect false} [:target-path] + :clean-targets ^{:protect false} [:target-path :libdir-path] :source-paths ["src/cljc" "src/clj" "src/script"] :aliases {"package" ["do" "clean," "jar," "libdir"]})