📄 makefile
字号:
## @(#)Makefile 1.1 92/07/30 SMI## Copyright (c) 1987 by Sun Microsystems, Inc.##???? vlimit is not included in the build in the original Makefileall: xallinclude ../../Makefile.archinclude ../../Makefile.masterSTDSRC = ftime.c nice.c rand.c times.c vlimit.c vtimes.c# these should just be pitched, but in the interest of compatibility...TRASHSRC = getpw.cSRCS = $(STDSRC) $(TRASHSRC)OBJS = $(SRCS:%.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 + -