From e58ab33c9dcff581fe53efa735adb2c1245f4521 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 | 5 ----- 1 file changed, 5 deletions(-) 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