?? makefile
字號(hào):
## Dummy Makefile used with makegen.## NOTE : The TOP variable must be set to reflect the top of the# src tree (either relative or absolute)#TOP=..TARGETS= all install clean lextest$(TARGETS) :: Makefile.full$(TARGETS) :: @$(MAKE) -f Makefile.full $@Makefile.full :: $(TOP)/site.mm Makefile.tmpl @$(TOP)/makegen/makegen $(TOP) ;\ echo "Done."
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -