From: Bdale Garbee Date: Thu, 21 Apr 2011 23:45:17 +0000 (-0600) Subject: add targets to Makefile so zip works X-Git-Tag: fab-v0.1~6 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=6ebe9fb1b64c1120881215abac8156949b293997;hp=3d5796931c652330b7019c8dcf9538d38971a592;p=hw%2Ftelepyro add targets to Makefile so zip works --- diff --git a/Makefile b/Makefile index 9a6d78b..4ab419d 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,12 @@ pcb: telepyro.sch project push: git push --mirror +telepyro.xy: telepyro.pcb + pcb -x bom telepyro.pcb + +telepyro.back.gbr: telepyro.pcb + pcb -x gerber telepyro.pcb + zip: telepyro.back.gbr telepyro.backmask.gbr telepyro.fab.gbr telepyro.front.gbr telepyro.frontmask.gbr telepyro.frontpaste.gbr telepyro.frontsilk.gbr telepyro.group2.gbr telepyro.group3.gbr telepyro.plated-drill.cnc zip telepyro.zip *.gbr *.cnc