Tuesday, August 11, 2020

automate the process of compiling using clang with "make"

 for example:

make hello


....make executes clang with various command-line arguments


execute the resulting executable:

make hello



No comments:

Post a Comment