aboutsummaryrefslogtreecommitdiffstats
path: root/help/Makefile.nmake
blob: cb456621221ef1fe1317a09a090e3eda457ff85d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## 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 > $@