makefile

来自「关于web server、进程间通信、shell编程的经典源代码」· 代码 · 共 16 行

TXT
16
字号
## Makefile for Chapter 04## Type  make    to compile all the programs# in the chapter #all: spwdclean:	rm -f spwdspwd: spwd.c 	cc -o spwd spwd.c 

⌨️ 快捷键说明

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