#Why is the build folder called target?
5 messages · Page 1 of 1 (latest)
5 messages · Page 1 of 1 (latest)
I'm in the process of making a mini build-system for reasons™️, and I've been wondering about why Rust actually calls its build artifact folder target and not something like build or result. Is there any reasoning behind it? I can't seem to find any online
if you want another example, maven also uses target
Not too much into the Java world, but thanks!
pong
oh yeah