⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 agrep
💻
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -