3 releases
new 0.1.2 | Feb 28, 2025 |
---|---|
0.1.1 | Feb 28, 2025 |
0.1.0 | Feb 28, 2025 |
#474 in Development tools
12KB
243 lines
UnifyAll
UnifyAll is a simple build script CLI-tool meant to simplify the compilation of large codebases
Example 'build.u' for C++
# Build script
COMP: "g++"
ARGS:
"-o",
"main",
"main.cpp",
Dependencies
~0–6.5MB
~33K SLoC