makefile
来自「unix高级编程源代码.<<unix高级编程>>」· 代码 · 共 17 行
TXT
17 行
include ../Make.defines
PROGS = areas close daemon deadlock exec1 exec2 \
mandatory myed open1 open2 readlock \
texec1 vil writelock
all: ${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 + -
显示快捷键?