@JamesWidman@mastodon.social
We could probably do better.
he/him or they/them
ok, but... it seems like you could get the same result with a justfile that invokes cmake like this:
cmake --build ${BUILD_DIR} -t ${TPC_ACTIVE_PROJ}
(which you could then invoke like: just dev
or similar)
i'm having trouble seeing the benefit in expressing a sequence of commands as a cmake workflow, rather than expressing those commands in a shell script or justfile.
Like... do workflows take less time because they read the CMakeCache only once for multiple commands, or...?