📄 makefile
字号:
## @(#)Makefile 1.1 92/07/30 SMI## Copyright (c) 1987 by Sun Microsystems, Inc.#SRCS = nlist.c setgid.c setuid.c signal.c sleep.c timezone.c ttyslot.cOBJS = $(SRCS:%.c=$(VARIANT)/%.o)include ../../Makefile.archinclude ../../Makefile.master.KEEP_STATE:all: xallxall: $$(LIBS)$(LIBS) : symlink $$(VARIANT) $$(OBJS)clean: master.cleansymlink: rm -rf strings;\ ln -s ../../strings strings
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -