📄 makefile
字号:
# @(#)Makefile 4.1 (ULTRIX) 8/4/88## Low level generic makefile#all: pwd @echo $@ is done...install: all pwd @echo $@ is done...sccsinfo: pwd @echo $@ is done...sccsget: pwd @echo $@ is done...clean: pwd @echo $@ is done...clobber: pwd @echo $@ is done...depend: pwd @echo $@ is done...
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -