mk_djg.mak

来自「ctags的最新版5.7,可以比较5.6版看看,免费下载」· MAK 代码 · 共 19 行

MAK
19
字号
# $Id: mk_djg.mak 307 2003-03-31 04:53:22Z darren $## The most simplistic Makefile, for DJGPP Version 2 on Windows## Rather than using this makefile, it is preferable to run "configure", then# "make" under BASH on DJGPP (i.e. the standard means of building a package on# Unix), but you have to have a fuller complement of DJGPP packages installed# to do this.include source.makCFLAGS	= -O2 -Wall -DMSDOSctags.exe: $(SOURCES)	gcc $(CFLAGS) -s -o ctags.exe $(SOURCES) -lpcclean:	del ctags.exe

⌨️ 快捷键说明

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