📄 makefile.am
字号:
# A list of all the files in the current directory which can be regeneratedMAINTAINERCLEANFILES = Makefile.in LDFLAGS = -L/usr/X11R6/libINCLUDES = -g -O3 -Wall -I/usr/X11R6/include \$(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. \-DPREFIX=\""$(prefix)"\" @GIBLIB_CFLAGS@LIBOBJS = @LIBOBJS@bin_PROGRAMS = scrotscrot_SOURCES = main.c getopt.c getopt1.c getopt.h scrot.h \options.c options.h debug.h imlib.c structs.hscrot_LDADD = -lX11 @GIBLIB_LIBS@
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -