sdasdadas
sdasdadas

Reputation: 25096

Is there a way to regenerate the target directory in leiningen?

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

Upvotes: 0

Views: 305

Answers (1)

tom
tom

Reputation: 19153

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

Upvotes: 1

Related Questions