📄 makefile.am
字号:
TESTS = t0001 t0002 t0003 t0004 t0005 t0006 t0007check_PROGRAMS = t0001 t0002 t0003 t0004 t0005 t0006 t0007t0001_SOURCES = t0001.c common.ct0002_SOURCES = t0002.c common.ct0003_SOURCES = t0003.c common.ct0004_SOURCES = t0004.c common.ct0005_SOURCES = t0005.c common.ct0006_SOURCES = t0006.ct0007_SOURCES = t0007.c common.cLIBS = ../libct.la @NETWORK_LIBS@INCLUDES = -I$(top_srcdir)/includeinclude_HEADERS = common.h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -