Makefile Tutorial

Makefiles are a standard way to provide automated instructions for building a program from the command prompt. This guide shows how to create and use them.

All commands shown using Linux syntax.

If using Windows, execute all commands either using git bash (see Setup) or Windows Subsystem for Linux.