more make goodness
[hw/telebt] / Makefile
index 3784ff802d6af26625cd85492103d59d6d7588a8..c1765f70b1fa43465d68522b1b8f31d88f14392f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -37,14 +37,25 @@ push:
 telebt.xy:     telebt.pcb
        pcb -x bom telebt.pcb
 
-telebt.back.gbr:       telebt.pcb
+telebt.bottom.gbr:     telebt.pcb
        pcb -x gerber telebt.pcb
 
-zip:   telebt.back.gbr telebt.backmask.gbr telebt.fab.gbr telebt.front.gbr telebt.frontmask.gbr telebt.backpaste.gbr telebt.frontsilk.gbr telebt.plated-drill.cnc telebt.xy  Makefile # telebt.xls
+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