Is it possible to build multiple apps using one codebase and one project.clj
file? I'm think I have two entrypoint namespaces with their own -main
function. Perhaps I use profiles or something to do this? Also if some namespaces not referenced at all, will they be excluded from the jar file?