makefile

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

TXT
23
字号
## Text Editor Makefile## Revision 8: Addition of clipboard interfaces#.c.o:	cc -g -c $*.c -D_NO_PROTOOBJS = main.o menu.o misc.o alerts.o clipper.o filer.o find.o saveproto.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.hclipper.o:	clipper.c textedit.hfiler.o:	filer.c textedit.hfind.o:		find.c textedit.hsaveproto.o:	saveproto.c textedit.h

⌨️ 快捷键说明

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