Skip to content

Commit

Permalink
adding :libdir-path to clean targets (how come this was missing?)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikub committed Jan 22, 2021
1 parent 3eec230 commit 3908b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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"]})

0 comments on commit 3908b5e

Please sign in to comment.