📄 makefile.sources
字号:
# $Id: Makefile.sources,v 1000.0 2003/10/29 21:28:30 gouriano Exp $all: sourcessources: for x in seqalign seqblock seqfeat seqloc seqres; do \ d=$(srcdir)/../$$x ; \ (cd $$d && $(builddir)/new_module.sh) ; \ test -f $${x}__.cpp || \ echo "#include \"$$d/$${x}__.cpp\"" > $${x}__.cpp ; \ test -f $${x}___.cpp || \ echo "#include \"$$d/$${x}___.cpp\"" > $${x}___.cpp ; \ doneclean:;purge:;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -