From: Bdale Garbee Date: Tue, 30 Oct 2012 03:11:01 +0000 (-0600) Subject: more make goodness X-Git-Tag: fab-v1.0~12 X-Git-Url: https://git.gag.com/?p=hw%2Ftelebt;a=commitdiff_plain;h=03c20a226d16a988b9260898b09d0c1e3174ac96 more make goodness --- diff --git a/Makefile b/Makefile index 0c81683..c1765f7 100644 --- a/Makefile +++ b/Makefile @@ -43,8 +43,19 @@ telebt.bottom.gbr: telebt.pcb zip: telebt.bottom.gbr telebt.bottommask.gbr telebt.fab.gbr telebt.top.gbr telebt.topmask.gbr telebt.bottompaste.gbr telebt.topsilk.gbr telebt.plated-drill.cnc telebt.xy Makefile # telebt.xls zip telebt.zip telebt.*.gbr telebt.*.cnc telebt.xy # telebt.xls +dorkbot: telebt.bottom.gbr telebt.bottommask.gbr telebt.top.gbr telebt.topmask.gbr telebt.topsilk.gbr telebt.plated-drill.cnc + mv telebt.bottom.gbr bottom\ layer.ger + mv telebt.bottommask.gbr bottom\ solder\ mask.ger + mv telebt.bottomsilk.gbr bottom\ silk\ screen.ger + mv telebt.outline.gbr board\ outline.ger + mv telebt.top.gbr top\ layer.ger + mv telebt.topmask.gbr top\ solder\ mask.ger + mv telebt.topsilk.gbr top\ silk\ screen.ger + mv telebt.plated-drill.cnc drills.xln + zip telebt-dorkbot.zip *.ger *.xln + clean: rm -f *.bom *.drc *.log *~ telebt.ps *.gbr *.cnc *bak* *- *.zip rm -f *.net *.xy *.cmd *.png partslist partslist.csv - rm -f *.partslist *.new.pcb *.unsorted telebt.xls + rm -f *.partslist *.new.pcb *.unsorted telebt.xls *.ger *.xln