📄 makefile
字号:
CFLAGS=${UNIX} -g -I. -I../libc -I../common -I/usr/include ${SCFLAGS}OBJS=mail.o aux.o string.o ${SYSOBJ}AR=ar.c.o: ; ${CC} -c ${CFLAGS} $*.ccommon.a: ${OBJS} ${AR} cr common.a ${OBJS} -ranlib common.aaux.o: aux.h string.h mail.hstring.o: string.h mail.hmail.o: mail.hsyslog.o: sys.hmail.h: sys.hclean: -rm -f *.[oO] core a.out *.a *.sL common.a
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -