Set the svn:eol-style property on all text files to "native", so that
[obnox/wireshark/wip.git] / tools / Makefile.nmake
1 ## Makefile for building ethereal.exe with Microsoft C and nmake
2 ## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
3 #
4 # $Id$
5
6 all: lemon
7
8 clean:
9         cd lemon
10         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
11         cd ..
12
13 distclean: clean
14         cd lemon
15         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake distclean
16         cd ..
17
18 lemon::
19         cd lemon
20         $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake
21         cd ..