makefile
来自「hex editor for editing all files」· 代码 · 共 18 行
TXT
18 行
CC = ccCFLAGS = -lncurses -g -Wallhview: hview.o mesg.o scr.o $(CC) $(CFLAGS) -o hview hview.o mesg.o scr.ohview.o: hview.c hview.h $(CC) $(CFLAGS) -c hview.cmesg.o: mesg.c hview.h $(CC) $(CFLAGS) -c mesg.cscr.o: scr.c hview.h $(CC) $(CFLAGS) -c scr.c
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?