diff --git a/Rakefile b/Rakefile index a9f7ab6..992aa85 100644 --- a/Rakefile +++ b/Rakefile @@ -61,12 +61,7 @@ net = [ "#{name}.tdx" ] task :netlist => net CLOBBER.include(net) -desc "export notes from schematic" -notes = [ "#{name}.notes.txt" ] -task :notes => notes -CLOBBER.include(notes) - -desc "export BOM" +desc "export BOMs from schematic" boms = [ "#{name}.bom.csv" ] task :bom => boms CLOBBER.include(boms)