?? makefile.in
字號(hào):
# Copyright (c) 1991-2007 Kawahara Lab., Kyoto University# Copyright (c) 2000-2005 Shikano Lab., Nara Institute of Science and Technology# Copyright (c) 2005-2007 Julius project team, Nagoya Institute of Technology# All rights reservedSHELL=/bin/shRM=@RM@ -fprefix=@prefix@exec_prefix=@exec_prefix@INSTALL=@INSTALL@TARGET=yomi2voca.plall: chmod +x $(TARGET)install: install.bininstall.bin: ${INSTALL} -d @bindir@ @INSTALL_PROGRAM@ $(TARGET) @bindir@clean: echo nothing to dodistclean: $(RM) yomi2voca.pl $(RM) Makefile
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -