aboutsummaryrefslogtreecommitdiffstats
path: root/help/Makefile.nmake
blob: 11a8d2564d9b91ba231e607e67e7e67b2fe20902 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## Makefile for building wireshark.exe with Microsoft C and nmake
## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
#
# $Id$

include ..\config.nmake

############### no need to modify below this line #########

clean:

distclean: clean

maintainer-clean: distclean