Rakefile: remove unused notes export

This commit is contained in:
King Kévin 2021-12-16 14:27:33 +01:00
parent b9e4952694
commit e58ab33c9d
1 changed files with 0 additions and 5 deletions

View File

@ -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