From 3be5be830b39803c4e44113f7fa6f6b3bab5c71a Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Sat, 20 Jun 2015 18:31:14 -0600 Subject: [PATCH] fix gerber list for zip to reflect flipping board upside down --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dcbb0e1..230ec09 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ telebt.xy: telebt.pcb telebt.bottom.gbr: telebt.pcb pcb -x gerber telebt.pcb -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.bottom.gbr telebt.bottommask.gbr telebt.fab.gbr telebt.top.gbr telebt.topmask.gbr telebt.toppaste.gbr telebt.topsilk.gbr telebt.plated-drill.cnc telebt.xy Makefile # telebt.xls zip telebt.zip telebt.*.gbr telebt.*.cnc telebt.xy # telebt.xls oshpark: $(PROJECT).bottom.gbr $(PROJECT).bottommask.gbr $(PROJECT).top.gbr $(PROJECT).topmask.gbr $(PROJECT).topsilk.gbr $(PROJECT).plated-drill.cnc -- 2.30.2