aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2004-07-21 22:12:49 +0000
committerGerald Combs <gerald@wireshark.org>2004-07-21 22:12:49 +0000
commit83b366536a240d512844d1a5829f7b86725440c8 (patch)
treefb55bc6c319f9a9750ad1ebfc278b46b77689a71 /Makefile.nmake
parent67f0f40bfa6c13575190724d9ebc58d09fe535dc (diff)
Add doxygen.cfg to the "clean" target.
svn path=/trunk/; revision=11464
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 530aa65137..354a6c886c 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -249,8 +249,8 @@ clean: gtk2_distclean
$(EXECUTABLES) $(PDB_FILE) \
editcap.obj mergecap.obj text2pcap.obj getopt.obj\
text2pcap-scanner.obj text2pcap-scanner.c rdps.obj \
- rdps.pdb config.h ps.c AUTHORS-SHORT \
- rdps.exe rdps.ilk dftest.obj dftest.exe randpkt.obj randpkt.ext \
+ rdps.pdb rdps.exe rdps.ilk config.h ps.c AUTHORS-SHORT \
+ dftest.obj dftest.exe randpkt.obj randpkt.ext doxygen.cfg \
$(RESOURCES)
cd wiretap
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean