📄 makefile.in
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -