more make goodness
authorBdale Garbee <bdale@gag.com>
Tue, 30 Oct 2012 03:11:01 +0000 (21:11 -0600)
committerBdale Garbee <bdale@gag.com>
Tue, 30 Oct 2012 03:11:01 +0000 (21:11 -0600)
Makefile

index 0c81683a46aaf542303f6395c2cbb5899c144499..c1765f70b1fa43465d68522b1b8f31d88f14392f 100644 (file)
--- 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