📄 makefile
字号:
## @(#)Makefile 1.1 92/07/30 SMI## Copyright (c) 1987 by Sun Microsystems, Inc.#all: xallinclude ../../Makefile.archinclude $(ARCH)/Makefileinclude ../../Makefile.masterSRC = filbuf.c fopen.c fprintf.c \ printf.c flsbuf.c \ setbuf.c sprintf.c \ vfprintf.c vprintf.c vsprintf.cOBJS = $(SRC:%.c=$(VARIANT)/%.o) $(MD_CSRC:$(ARCH)/%.c=$(VARIANT)/%.o).KEEP_STATE:xall: $$(LIBS)$(LIBS) : symlink $$(VARIANT) $$(OBJS)symlink: rm -rf strings;\ ln -s ../../strings stringsclean: master.clean
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -