From: Bdale Garbee Date: Sat, 23 Oct 2010 00:03:21 +0000 (-0600) Subject: DJ showed me how to do exports from the pcb command line X-Git-Tag: fab-v0.1~1 X-Git-Url: https://git.gag.com/?p=hw%2Fteleterra;a=commitdiff_plain;h=073f3b4c32606de95e8bdbfcbbf373ba350baf28 DJ showed me how to do exports from the pcb command line --- diff --git a/Makefile b/Makefile index 32938d3..728c4e8 100644 --- a/Makefile +++ b/Makefile @@ -34,6 +34,12 @@ pcb: teleterra.sch project push: git push --mirror +teleterra.xy: teleterra.pcb + pcb -x bom teleterra.pcb + +teleterra.back.gbr: teleterra.pcb + pcb -x gerber teleterra.pcb + zip: teleterra.back.gbr teleterra.backmask.gbr teleterra.fab.gbr teleterra.front.gbr teleterra.frontmask.gbr teleterra.frontpaste.gbr teleterra.frontsilk.gbr teleterra.plated-drill.cnc zip teleterra.zip *.gbr *.cnc