Binary Search Algorithm

Overview

A makefile is a script read by the make utility. The file is used to automate some of the functions of other non-source files of a program. Or to run helpful commands!

How It Works

  1. First you must make sure the Makefile utility is installed on your device
  2. Second, you must create a target
  3. Then list the command you wish the target to run.
  4. Finally, just use the command "make + name_of_target," or just "make" to run the first target in your makefile

Useful Resources