Sha256: 6050e93db55d10f2bb426c7c68bfc26e496aef37cd3e84f921ef996f0b0c9881
Contents?: true
Size: 508 Bytes
Versions: 5
Compression:
Stored size: 508 Bytes
Contents
# $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.mak CFLAGS = -O2 -Wall -DMSDOS ctags.exe: $(SOURCES) gcc $(CFLAGS) -s -o ctags.exe $(SOURCES) -lpc clean: del ctags.exe
Version data entries
5 entries across 5 versions & 1 rubygems