Merge pull request #11 from esorton/bugfix/add-constexpr-keyword-to-arduino-ctags
[arduino-ctags.git] / mk_djg.mak
blob8ea9313a726ed14f605b031bf68ec7d55696904e
1 # $Id: mk_djg.mak 307 2003-03-31 04:53:22Z darren $
3 # The most simplistic Makefile, for DJGPP Version 2 on Windows
5 # Rather than using this makefile, it is preferable to run "configure", then
6 # "make" under BASH on DJGPP (i.e. the standard means of building a package on
7 # Unix), but you have to have a fuller complement of DJGPP packages installed
8 # to do this.
10 include source.mak
12 CFLAGS = -O2 -Wall -DMSDOS
14 ctags.exe: $(SOURCES)
15 gcc $(CFLAGS) -s -o ctags.exe $(SOURCES) -lpc
17 clean:
18 del ctags.exe