aboutsummaryrefslogtreecommitdiffstats
path: root/tools/tpg/Makefile.nmake
blob: 214b9f767e70e2fc56fd5f874710f305d36410b8 (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
#

include ..\..\config.nmake

all : TPG.pm

clean:
	rm -f TPG.pm tpg.output

distclean: clean

maintainer-clean: distclean