Adding Cell and Spice support
diff --git a/scripts/removeDRCcells.pl b/scripts/removeDRCcells.pl
index dd7fe8e..75804df 100644
--- a/scripts/removeDRCcells.pl
+++ b/scripts/removeDRCcells.pl
@@ -27,6 +27,8 @@
     unlink "../lef/$cell.lef";
     unlink "../gds/$cell.gds";
     unlink "../lib/$cell.lib";
+    unlink "../cell/$cell.cell";
+    unlink "../sp/$cell.sp";
   }
 
 }