-
Notifications
You must be signed in to change notification settings - Fork 0
Linux Lab Journal
BenWare-FED edited this page Nov 13, 2023
·
1 revision
- make in Linux is the command that compiles source code in order to generate binaries.
- It is useful for the source code of programs to be available so that user are able to customize the program to better suit their needs.
- Source code is a list of commands that are compiled in order for a program to be able to be ran that is in a format that is readable by a human.
- A binary is the language that a computer is able to read and understand.