makefile

来自「apue第二版每一章节的c语言源码」· 代码 · 共 17 行

TXT
17
字号
include ../Make.definesPROGS =	areas close daemon deadlock exec1 exec2 \		mandatory myed open1 open2 readlock \		texec1 vil writelockall:	${PROGS}ttellwait1: ttellwait1.o tellwait.o		    ${LINK.c} -o $@ ttellwait1.o tellwait.o ${LDLIBS}ttellwait2: ttellwait2.o tellwait.o		    ${LINK.c} -o $@ ttellwait2.o tellwait.o ${LDLIBS}clean:	rm -f ${PROGS} ${TEMPFILES} templock

⌨️ 快捷键说明

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