makefile

来自「agrep」· 代码 · 共 39 行

TXT
39
字号
CFLAGS	      = -OPROG	      = agrepHDRS	      =	agrep.h checkfile.h re.hOBJS	      =	\		asearch.o	\		asearch1.o	\		bitap.o		\		checkfile.o	\		compat.o	\		follow.o	\		main.o		\		maskgen.o	\		parse.o		\		preprocess.o	\		sgrep.o		\		mgrep.o		\		utilities.o$(PROG):	$(OBJS)		$(CC) $(CFLAGS) -o $@ $(OBJS)clean:		-rm -f $(OBJS) core a.outasearch.o:	agrep.hasearch1.o:	agrep.hbitap.o:	agrep.hcheckfile.o:	checkfile.hfollow.o:	re.hmain.o:		agrep.h checkfile.hmaskgen.o:	agrep.hnext.o:		agrep.hparse.o:	re.hpreprocess.o:	agrep.hsgrep.o:	agrep.habm.o:		agrep.hutilities.o:	re.h

⌨️ 快捷键说明

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