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

include ..\..\config.nmake

all : TPG.pm

clean:
	rm -f TPG.pm tpg.output

distclean: clean

maintainer-clean: distclean