UnifyAll 0.1.2

Unify is a simple build script CLI-tool meant to simplify the compilation of large codebases
UnifyAll-0.1.2 is not a library.

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",