Type @compilation
An invocation of the compiler. Note that more than one file may be compiled per invocation. For example, this command compiles three source files:
gcc -c f1.c f2.c f3.c
An invocation of the compiler. Note that more than one file may be compiled per invocation. For example, this command compiles three source files:
gcc -c f1.c f2.c f3.c