makefile.in
来自「Nachos是个教学用的小型操作系统」· IN 代码 · 共 15 行
IN
15 行
CC = @CC@LD = @CC@CFLAGS = @CFLAGS@ @DEFS@ -I@top_srcdir@all: shellshell: shell.o nachos_syscall.o $(LD) $(CFLAGS) -s -o shell shell.o nachos_syscall.o -lc -lpthreadclean: $(RM) -f shell.o nachos_syscall.o shelldistclean: clean $(RM) -f Makefile config.h config.log config.status
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?