Add *.sbr files to the clean target.
[obnox/wireshark/wip.git] / plugins / stats_tree / Makefile.nmake
index b5077080ad5a1305edd57d58a273bd6dbf92c582..516dc93c25beed168717bff0ccf2944f6d1cf14c 100644 (file)
@@ -48,7 +48,7 @@ $(PLUGIN_NAME).dll $(PLUGIN_NAME).exp $(PLUGIN_NAME).lib : $(OBJECTS) $(LINK_PLU
 
 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