📄 mkfile
字号:
</$objtype/mkfile<config## $(TARGETS) is the default list of things built by make.## buildtablesTARGETS=common\ cropmarks\ download\ grabit\ hardcopy\ mpictures\ postgif\ postprint\ postreverse\ posttek\ printfont\ psencoding\ psfiles\ g3p9bit\ p9bitpost\ tcpostio\ text2post\ tr2post# UNIX remnants# trofftable\# picpack\# postbgi\# postdaisy\# postdmd\# postmd# postiodefault:V: all$TARGETS:V: cd $target mk all&:VQ: test -d $POSTBIN || mkdir $POSTBIN for (i in $TARGETS) @{ echo ---- Making $target in $i ----; cd $i; mk $target }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -