Rakefile: remove unused notes export

This commit is contained in:
King Kévin 2021-12-16 14:27:33 +01:00
parent 3aa8672944
commit dd5f301225
1 changed files with 1 additions and 6 deletions

View File

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