## 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 ######### faq.txt: faq.py $(PYTHON) faq.py | lynx -dump -width=72 -nolist -stdin -force-html > $@ clean: rm -rf faq.txt distclean: clean maintainer-clean: distclean