add to Makefile clean target
authorAdam Megacz <adam@megacz.com>
Fri, 24 Jul 2009 00:07:16 +0000 (17:07 -0700)
committerAdam Megacz <adam@megacz.com>
Sun, 26 Jul 2009 04:29:30 +0000 (21:29 -0700)
Makefile

index 8e8e05b..1ce55e1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -286,6 +286,7 @@ javadoc:
 
 clean:
        rm -rf fleet.jar build
+       rm -f suncvs/marina/testCode/marina.xml suncvs/marina/testCode/marina.v suncvs/marina/testCode/marina.schematic-parasitics.spi
 
 ## Dist ####################################################################################