?? makefile
字號:
# @(#)Makefile 1.6 (Berkeley) 6/8/93DIR= papers/sysperfMACROS= -msSRCS= 0.t 1.t 2.t 3.t 4.t 5.t 6.t 7.tEXTRA= a1.t a2.tOBJS= paper.tmp appendix.tmpCLEANFILES+=${OBJS}paper.ps: ${OBJS} ${ROFF} ${OBJS} > ${.TARGET}paper.tmp: ${SRCS} ${TBL} ${SRCS} | ${EQN} > paper.tmpappendix.tmp: a1.t a2.t ${GRIND} -f a1.t | awk '/\.\(\)/{ cnt = 2 } \ { if (cnt) cnt -= 1; else print $$0; } ' > appendix.tmp ${GRIND} -f -lcsh a2.t | awk '/\.\(\)/{ cnt = 2 } \ { if (cnt) cnt -= 1; else print $$0; } ' >> appendix.tmp.include <bsd.doc.mk>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -