wireshark/tools/tpg/Makefile.nmake

15 lines
238 B
Makefile

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