diff --git a/hardware/Rakefile b/hardware/Rakefile index d4a0ed3..8f5ef85 100644 --- a/hardware/Rakefile +++ b/hardware/Rakefile @@ -154,7 +154,7 @@ CLEAN.include("attribs") desc "copy schematic to version it: include version, revision, and date" targets.each do |target| - file tagert[:vsch] => target[:sch] do |t| + file target[:vsch] => target[:sch] do |t| sh "cp #{t.prerequisites.join(' ')} #{t.name}" # on \ is to prevent ruby interpreting it, th other is for sed # the version @@ -168,7 +168,7 @@ end desc "copy layout to version it: include version, date, and run teardrops when available" targets.each do |target| - file tagert[:vpcb] => target[:pcb] do |t| + file target[:vpcb] => target[:pcb] do |t| sh "cp #{t.prerequisites.join(' ')} #{t.name}" # on \ is to prevent ruby interpreting it, th other is for sed # the version and revision