makefile

来自「基于nachos模拟器的源代码」· 代码 · 共 15 行

TXT
15
字号
# 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 + =
减小字号Ctrl + -
显示快捷键?