This project contains various build techniques required to develop the lower level of a production code. 1. how to compile C and C++ codes by creating their .o files Compilation 1. to create the target .exe file, run make command inside C pkg. 2. to clean the output code files, run make clean command inside the C pkg.