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
- First you must make sure the Makefile utility is installed on your device
- Second, you must create a target
- Then list the command you wish the target to run.
- Don't forget to list any dependecies
- Finally, just use the command "make + name_of_target," or just "make" to run the first target in your makefile
Useful Resources