wireshark/help/Makefile.nmake

19 lines
370 B
Makefile
Raw Normal View History

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