📄 makefile
字号:
GETOPT = ${topdir}/builtins/getopt.oOBJECTS = texindex.o $(GETOPT)SOURCES = texindex.cLDFLAGS = -gsrcdir = .VPATH = .:$(srcdir).c.o: rm -f $@ $(CC) $(CFLAGS) -c $<all: texindextexindex: texindex.o $(CC) $(LDFLAGS) -o $@ $(OBJECTS) $(LIBS)clean: rm -f texindex.orealclean distclean maintainer-clean: clean rm -f texindex
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -