From dd5f301225990eaa8d9b728fdcdae8e55f40ae93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Thu, 16 Dec 2021 14:27:33 +0100 Subject: [PATCH] Rakefile: remove unused notes export --- Rakefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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)