Makefile

What is Makefile?

A textfile that can run executables based on the target name. This tool can help save your time when you need to run multiple commands repeatedly.

Here's a link about information related to Makefile

Here's a personal makefile I made that takes in user input: