From ad14256e98bded0a923f49532f27c4084b1b6c1a Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 12 Nov 2015 17:22:09 -0800 Subject: [PATCH] Build .xy file for .zip file This got lost when I removed the other .gbr files as those are hard to predict the names of Signed-off-by: Keith Packard --- pcb.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcb.mk b/pcb.mk index 14d8419..0e1d6ab 100644 --- a/pcb.mk +++ b/pcb.mk @@ -70,7 +70,7 @@ $(PROJECT).bottom.gbr: $(PROJECT).pcb $(CONFIG) zip: $(PROJECT).zip -$(PROJECT).zip: $(PROJECT).bottom.gbr Makefile +$(PROJECT).zip: $(PROJECT).bottom.gbr $(PROJECT).xy Makefile zip $(PROJECT).zip $(PROJECT).*.gbr $(PROJECT).*.cnc $(PROJECT).xy # $(PROJECT).xls oshpark: $(PROJECT)-oshpark.zip -- 2.30.2