After you create or clone a repository and make that repository your working directory, you're ready to start working with the code that it contains, add new files, and so on.
创建或克隆存储库并让此存储库成为工作目录之后,就可以开始使用其中包含的代码、添加新文件等等。
To create a sample application framework that we can use to build our own web server, you use make again to build a new project directory.
为了创建一个示例应用程序框架,以便用于构建我们自己的Web服务器,您将再一次使用make来生成新项目目录。
For the new files to be compiled when running make, you have to add then to the Makefile.am file in the directory they are in.
对于运行make时将被编译的新文件,您必须将它们添加到它们所在的目录中的Makefile . am文件中。
应用推荐