makefile

来自「这是一个同样来自贝尔实验室的和UNIX有着渊源的操作系统, 其简洁的设计和实现易」· 代码 · 共 19 行

TXT
19
字号
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 + =
减小字号Ctrl + -
显示快捷键?