Added more build artefacts to the clean target
authorGraham Bloice <graham.bloice@trihedral.com>
Sun, 28 Jul 2013 14:40:56 +0000 (14:40 -0000)
committerGraham Bloice <graham.bloice@trihedral.com>
Sun, 28 Jul 2013 14:40:56 +0000 (14:40 -0000)
svn path=/trunk/; revision=50977

epan/Makefile.nmake
epan/wmem/Makefile.nmake

index 569d7598d9b5847a4d1f6546089e2a1683358d42..aa989e2176a4052c8328f0c547673b0b3c80e788 100644 (file)
@@ -135,7 +135,7 @@ clean-local:
        rm -f $(LIBWIRESHARK_OBJECTS) $(EXTRA_OBJECTS) \
                libwireshark.lib libwireshark.dll *.manifest libwireshark.exp \
                *.pdb *.sbr doxygen.cfg html/*.* \
-               exntest.obj exntest.exe reassemble_test.obj reassemble_test.exe tvbtest.obj tvbtest.exe
+               exntest.obj exntest.exe exntest.exp reassemble_test.obj reassemble_test.exe tvbtest.obj tvbtest.exe tvbtest.exp
        if exist html rm -rf html
 
 clean:  clean-local
index 8559256dda320b08ff29de6af4ee8ea465abf020..d5469d46053a0430b77579185dd4da27e12e6e07 100644 (file)
@@ -20,7 +20,7 @@ wmem.lib: $(WMEM_OBJECTS)
        link /lib /out:wmem.lib $(WMEM_OBJECTS)
 
 clean:
-       rm -f $(WMEM_OBJECTS) wmem.lib *.pdb *.sbr wmem_test.obj wmem_test.exe
+       rm -f $(WMEM_OBJECTS) wmem.lib *.pdb *.sbr wmem_test.obj wmem_test.exe wmem_test.exp
 
 distclean: clean