From cabea49dde76a80d70d6b1af42f06e4e3ff54b0d Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Wed, 27 Jan 2010 14:05:15 -0700 Subject: [PATCH] add centroid data to zip file --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 3f94a1d..aa2f3b7 100644 --- a/Makefile +++ b/Makefile @@ -34,11 +34,11 @@ pcb: teledongle.sch project push: git push --mirror -zip: teledongle.back.gbr teledongle.backmask.gbr teledongle.fab.gbr teledongle.front.gbr teledongle.frontmask.gbr teledongle.frontpaste.gbr teledongle.frontsilk.gbr teledongle.outline.gbr teledongle.plated-drill.cnc - zip teledongle.zip teledongle.*.gbr teledongle.*.cnc +zip: teledongle.back.gbr teledongle.backmask.gbr teledongle.fab.gbr teledongle.front.gbr teledongle.frontmask.gbr teledongle.frontpaste.gbr teledongle.frontsilk.gbr teledongle.outline.gbr teledongle.plated-drill.cnc teledongle.xy + zip teledongle.zip teledongle.*.gbr teledongle.*.cnc teledongle.xy clean: rm -f *.bom *.drc *.log *~ teledongle.ps *.gbr *.cnc *bak* *- *.zip rm -f *.net *.xy *.cmd *.png partslist partslist.csv - rm -f *.partslist *.new.pcb *.unsorted + rm -f *.partslist *.new.pcb *.unsorted teledongle.xy -- 2.30.2