diff --git a/Rakefile b/Rakefile index 3f7faeb..5823561 100644 --- a/Rakefile +++ b/Rakefile @@ -61,11 +61,6 @@ 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 BOMs from schematic" boms = [ "#{name}.bom.csv" ] task :bom => boms