makefile

来自「This source code has been tested under O」· 代码 · 共 22 行

TXT
22
字号
## Text Editor Makefile## Revision 6: Addition of filer module#.c.o:	cc -g -c -D_NO_PROTO $*.cOBJS = main.o menu.o misc.o alerts.o filer.o find.oa.out: $(OBJS)	cc -g $(OBJS) -lXm -lXt -lX11 -lPWmain.o:    main.c textedit.hmenu.o:    menu.c textedit.hmisc.o:    misc.c textedit.halerts.o:  alerts.c textedit.hfiler.o:   filer.c textedit.hfind.o:    find.c textedit.h

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?