📄 makefile
字号:
NODOCS = trueOTHER_TARGETS = build-hereOTHER_CLEAN = clean-here###### don't modify anything below this line!BASE = $(shell pwd | sed 's@\(.*\)/seda.*$$@\1/seda@' )include $(BASE)/Makefile.includebuild-here: Makefile.here my-build-hereMakefile.here: configure Makefile.here.in ./configureconfigure: configure.in autoconfmy-build-here: $(MAKE) -f Makefile.here allclean-here: if [ -f Makefile.here ]; then $(MAKE) -f Makefile.here clean; fi @rm -f Makefile.here config.cache config.status config.log
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -