makefile
来自「关于web server、进程间通信、shell编程的经典源代码」· 代码 · 共 19 行
TXT
19 行
## Makefile for Chapter 01## Type make to compile all the programs# in the chapter #all: more01 more02clean: rm -f more01 more02more01: more01.c cc -o more01 more01.c more02: more02.c cc -o more02 more02.c
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?