Ci-Cd

How to simplify your CI/CD with Makefiles

How to simplify your CI/CD with Makefiles

Definition Make is a build automation tool that automatically builds executable programs and libraries from source code by reading files called Makefiles which specify how to derive the target program.

Read More