📄 makefile
字号:
# Copyright (c) 1992 The Regents of the University of California.# All rights reserved. See copyright.h for copyright notice and limitation # of liability and disclaimer of warranty provisions.MAKE = gmakeall: cd threads; $(MAKE) depend cd threads; $(MAKE) nachos# don't delete executables in "test" in case there is no cross-compilerclean: /bin/csh -c "rm -f */{core,nachos,DISK,*.o}"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -