diff options
| author | Your Name <agrawalshagun07@gmail.com> | 2025-03-16 02:00:40 +0530 |
|---|---|---|
| committer | Your Name <agrawalshagun07@gmail.com> | 2025-03-16 02:00:40 +0530 |
| commit | 0321df3708cfa4d1440faf3f407611df85484b4b (patch) | |
| tree | 8c23154afaf1afd78363eb0fa639edd5d8a32821 /deps.edn | |
| parent | e458b2fadee1eaf0a6cf4ed4881da6f3f25acc21 (diff) | |
Refactor files to cljcc-compiler and cli tool.
Diffstat (limited to 'deps.edn')
| -rw-r--r-- | deps.edn | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -6,7 +6,10 @@ metosin/malli {:mvn/version "0.16.4"} com.github.clj-easy/graal-build-time {:mvn/version "1.0.5"}} :aliases - {:run-m {:main-opts ["-m" "cljcc.cljcc"]} + {:cli + {:extra-paths ["cli/src"] + :main-opts ["-m" "cli.cli"]} + :run-m {:main-opts ["-m" "cljcc.cljcc"]} :build {:deps {io.github.clojure/tools.build {:mvn/version "0.10.3"}} :jvm-opts ["-Dclojure.compiler.direct-linking=true"] |
