wireshark/tools/tpg/Makefile.nmake
Ulf Lamping f6c01787b3 remove unused CFLAGS
svn path=/trunk/; revision=21182
2007-03-25 15:37:03 +00:00

16 lines
245 B
Makefile

## 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