| Crates.io | UnifyAll |
| lib.rs | UnifyAll |
| version | 0.1.2 |
| created_at | 2025-02-28 20:28:17.524472+00 |
| updated_at | 2025-02-28 21:12:31.096002+00 |
| description | Unify is a simple build script CLI-tool meant to simplify the compilation of large codebases |
| homepage | https://mannskar.com/software/UnifyAll |
| repository | https://github.com/neomannskar/UnifyAll |
| max_upload_size | |
| id | 1573148 |
| size | 14,121 |
UnifyAll is a simple build script CLI-tool meant to simplify the compilation of large codebases
# Build script
COMP: "g++"
ARGS:
"-o",
"main",
"main.cpp",