0

My target directory has been rmed in Linux - does Leiningen offer a way to regenerate it?

sdasdadas
  • 23,917
  • 20
  • 63
  • 148

1 Answers1

1

Just running lein run should cause your project rebuild, thereby recreating the target directory.

tom
  • 18,953
  • 4
  • 35
  • 35