📄 makefile
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -