📄 makefile.am
字号:
## Process this file with automake to produce Makefile.in
SUBDIRS = .
bin_PROGRAMS = uuid
# Lists the source code files that form the executable program
uuid_SOURCES = uuid.c
# Lists the header files directories that are referenced in the program.
uuid_INCLUDES =
# Lists the public header files that we want to install on the client's prefix folder.
uuid_HEADERS =
# Lists the paths for all libraries that are linked into the program.
uuid_LDFLAGS =
# Lists the libraries that are linked into the program.
uuid_LDADD =
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -