From: Keith Packard Date: Sat, 4 Aug 2012 05:16:11 +0000 (-0700) Subject: gerber files dependency was incorrect X-Git-Tag: v0.1~13 X-Git-Url: https://git.gag.com/?p=hw%2Ftelelco;a=commitdiff_plain;h=70c76fea4fa2fc5ec2578689bb95f8cd02f4c24c gerber files dependency was incorrect leading to the file never getting rebuilt Signed-off-by: Keith Packard --- diff --git a/Makefile b/Makefile index cc18b05..18735f7 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ push: $(PROJECT).xy: $(PROJECT).pcb pcb -x bom $(PROJECT).pcb -$(PROJECT).back.gbr: $(PROJECT).pcb +$(PROJECT).bottom.gbr: $(PROJECT).pcb pcb -x gerber $(PROJECT).pcb zip: $(PROJECT).bottom.gbr $(PROJECT).bottommask.gbr $(PROJECT).fab.gbr $(PROJECT).top.gbr $(PROJECT).topmask.gbr $(PROJECT).toppaste.gbr $(PROJECT).topsilk.gbr $(PROJECT).plated-drill.cnc $(PROJECT).xy Makefile # $(PROJECT).xls