(Whether in Linux or Unix, make is a very important compilation command. We often use make or make install whether we are developing projects or installing and using software. Using the make tool, we can divide a large development project into multiple modules that are easier to manage. For a user program that includes hundreds of source files, use the make and makefile tools to simplify and clarify. This material includes the following attachments:)