readme

来自「Linux程序设计(原书第2版)源码」· 代码 · 共 24 行

TXT
24
字号
Chapter 8  -  Development Tools.Makefile1 -  A first attempt at a makefile.a.h, b.h, c.h   -  Three empty header files.main.c, 2.c, 3.c  -  Three very simple C program files.Makefile2  -  Makefile1 improved and updated to use macros.Makefile3  -  Makefile2 with multiple targets and installation code.foo.c     -  A traditional "Hello World" program.Makefile4  -  Makefile3 simplified through use of built-in rules.Makefile5  -  Makefile4 with the addition of a suffix rule for .cpp files.Makefile6  -  A makefile that manages a library.myapp.1   - An example manual page.file1, file2  -  Two files for testing the diff command.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?