Building C applications using the CCA librariesEdit online Perform these steps to build a C program from a make file. ProcedureChange to the directory that contains the make file. Issue this command to compile the program: make -f <makefile>For example, to use the make file of Sample program in C, issue: make -f makefile.lnx