Add *.sbr files to the clean target.
[obnox/wireshark/wip.git] / plugins / easy_codec / Makefile.nmake
index 42c3a70fc183a7ff0fe9015f5a6124edd8027603..cb2767b4d65188770031054b0b13dd2254a08078 100644 (file)
@@ -58,7 +58,7 @@ easy_codec_plugin.obj : easy_codec_plugin.c
 
 clean:
        rm -f $(OBJECTS) $(PLUGIN_NAME).dll $(PLUGIN_NAME).dll.manifest $(PLUGIN_NAME).exp \
-           $(RESOURCE) $(PLUGIN_NAME).rc $(PLUGIN_NAME).lib *.pdb
+           $(RESOURCE) $(PLUGIN_NAME).rc $(PLUGIN_NAME).lib *.pdb *.sbr
 
 distclean: clean