add output files to clean

This commit is contained in:
Kevin Redon 2014-03-26 16:54:57 +01:00
parent 8ff18d2b6d
commit d78b6ab4cd
1 changed files with 2 additions and 0 deletions

View File

@ -90,6 +90,8 @@ task :sch2pcb do
sh "gsch2pcb #{target[:vsch]} --elements-dir #{File.dirname(__FILE__)}/lib/footprints --skip-m4 --output-name #{target[:name]}"
end
end
CLOBBER.include("*.net")
CLOBBER.include("*.new.pcb")
photos = targets.collect{|target| ["#{target[:name]}_layout-top.png","#{target[:name]}_layout-bottom.png"]}.flatten
desc "render layout"