📄 makefile.am
字号:
## Makefile.am# Automake File# The linked in library libslp is from ../libslp#EXTRA_DIST = bin_PROGRAMS = slptoolINCLUDES = -I$(top_srcdir)/libslpslptool_SOURCES = slptool.c slptool.hslptool_LDADD = ../libslp/libslp.la ../common/libcommonlibslp.la ../common/libcommonslpd.la
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -