📄 makefile
字号:
# @(#)Makefile 8.1 (Berkeley) 6/19/93PROG= routedSRCS= af.c if.c input.c main.c output.c startup.c tables.c timer.c \ trace.c inet.cMAN8= routed.0#SUBDIR= query traceDPADD= ${LIBCOMPAT}LDADD= -lcompat.include <bsd.prog.mk>.if (${MACHINE} == "vax")# The following can be deleted where not appropriate to use the kernel's# inline code expansions.INLINE= /sys/vax/inline/obj/inlineC2= /usr/libexec/c2.c.o: ${CC} -S ${CFLAGS} ${.CURDIR}/${.PREFIX}.c @${C2} ${.PREFIX}.s | ${INLINE} | ${AS} -o ${.PREFIX}.o @rm -f ${.PREFIX}.s.endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -