|
|
|
|
|
by codyps
3551 days ago
|
|
regarding "out of tree": I'm not quite sure about your explanation here (just looks like a list of source files), but presuming you mean "creates output files in a seperate directory from source", it doesn't really have complete support for that. You can use "variants" to place output files in a subdirectory of the source tree, though. > "some way for tup to manage discovering the files to build" Well, no. It's not a "convention" build tool like rust's `cargo` where you just place things in the default locations and it figures it out. You can use the `run ./script args` mechanism in tup to run your own script that emits tup rules, though. The manual has details: http://gittup.org/tup/manual.html |
|