From ae0e6c6e17fafe6dbb1e19620694e582d9b8c925 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Sat, 2 Jan 2010 11:14:42 -0700 Subject: [PATCH] take excel files out of zip creation, there's no way to completely automate the creation of a BOM for SMT assembly folks right now, so better to handle it distinctly and not fool myself! --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c2ea8bf..39f0eec 100644 --- a/Makefile +++ b/Makefile @@ -34,8 +34,8 @@ pcb: telemetrum.sch project Makefile push: git push --mirror -zip: telemetrum.back.gbr telemetrum.backmask.gbr telemetrum.fab.gbr telemetrum.front.gbr telemetrum.frontmask.gbr telemetrum.frontpaste.gbr telemetrum.frontsilk.gbr telemetrum.group2.gbr telemetrum.group3.gbr telemetrum.plated-drill.cnc telemetrum.xy Makefile telemetrum.xls - zip telemetrum.zip *.gbr *.cnc *.xy telemetrum.xls +zip: telemetrum.back.gbr telemetrum.backmask.gbr telemetrum.fab.gbr telemetrum.front.gbr telemetrum.frontmask.gbr telemetrum.frontpaste.gbr telemetrum.frontsilk.gbr telemetrum.group2.gbr telemetrum.group3.gbr telemetrum.plated-drill.cnc telemetrum.xy Makefile # telemetrum.xls + zip telemetrum.zip telemetrum.*.gbr telemetrum.*.cnc telemetrum.xy # telemetrum.xls clean: rm -f *.bom *.drc *.log *~ telemetrum.ps *.gbr *.cnc *bak* *- *.zip -- 2.30.2