📄 precompile.am
字号:
# vim:ft=automake# A rule to make precompiler output from C files. This is not used during# ordinary builds, but but can very useful in debugging problems on strange# architectures. With this rule, we can ask users to 'make foo.i' and send# the result to us.## It touches some automake internals ($COMPILE), but since it's not# build-critical, that's OK.%.i : %.c $(COMPILE) -E -o $@ $<
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -