UnifyAll 0.1.2

Unify is a simple build script CLI-tool meant to simplify the compilation of large codebases
1
2
3
4
5
6
7
8
# Build script

COMP: "g++"

ARGS:
  "-o",
  "main",
  "main.cpp",