📄 makefile.am
字号:
## Process this file with automake to produce Makefile.inINCLUDES = -I$(top_srcdir)/intlbin_PROGRAMS = isp-at89isp_at89_SOURCES = \ isp-at89.c isp-at89.h prog.c atmel.c atmel.h \ ppdev.c misc.c init.c debug.c testmode.c \ memchunk.c disassembler.c hex2bin.cisp_at89_LDADD = -ldl $(INTLLIBS)if DEBUGAM_CFLAGS = -g -DDEBUGelseAM_CFLAGS = -O2endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -