|
|
|
|
|
by seanstrom
1629 days ago
|
|
Please someone mention Tup and how it can be a reasonable build system. I’ve heard the Fuse dependency is not ideal, though I felt it had a nice UX experience with the Lua config. Plus it’s worth considering that you can potentially use Fennel to configure the builds (since Fennel compiles to Lua). Tup: https://github.com/gittup/tup Fennel:
https://fennel-lang.org/ |
|
Edit: Generator is a term typically used in CMake and Meson for this, in Make I'd use a pattern rule mostly.