for example:
make hello
....make executes clang with various command-line arguments
execute the resulting executable:
make hello
for example:
make hello
....make executes clang with various command-line arguments
execute the resulting executable:
make hello
clang -o hello hello.c
-o is a "command-line argument", or a "flag" , or a "switch"
This means that a capital letter and a lower case letter are treated as different