📄 makefile
字号:
include ../Make.definesPROGS = ctl limits slot slotseq twoqueues testumask \ msgcreate msgsnd msgrcv msgrcvid msgrmidall: ${PROGS}msgcreate: msgcreate.o ${CC} ${CFLAGS} -o $@ msgcreate.o ${LIBS}msgsnd: msgsnd.o ${CC} ${CFLAGS} -o $@ msgsnd.o ${LIBS}msgrcv: msgrcv.o ${CC} ${CFLAGS} -o $@ msgrcv.o ${LIBS}msgrcvid: msgrcvid.o ${CC} ${CFLAGS} -o $@ msgrcvid.o ${LIBS}msgrmid: msgrmid.o ${CC} ${CFLAGS} -o $@ msgrmid.o ${LIBS}ctl: ctl.o ${CC} ${CFLAGS} -o $@ ctl.o ${LIBS}limits: limits.o ${CC} ${CFLAGS} -o $@ limits.o ${LIBS}slot: slot.o ${CC} ${CFLAGS} -o $@ slot.o ${LIBS}slotseq: slotseq.o ${CC} ${CFLAGS} -o $@ slotseq.o ${LIBS}twoqueues: twoqueues.o ${CC} ${CFLAGS} -o $@ twoqueues.o ${LIBS}testumask: testumask.o ${CC} ${CFLAGS} -o $@ testumask.o ${LIBS}clean: rm -f ${PROGS} ${CLEANFILES}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -