fix Makefile to use current layer names when creating zip v0.1
authorBdale Garbee <bdale@gag.com>
Sat, 10 Mar 2012 18:03:44 +0000 (11:03 -0700)
committerBdale Garbee <bdale@gag.com>
Sat, 10 Mar 2012 18:03:44 +0000 (11:03 -0700)
Makefile

index 306f1cfee2f8dfe741d27349a8439ffa175709fa..b844079630cc2109000f5d8160d2a473f6438973 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -37,10 +37,10 @@ push:
 megadongle.xy: megadongle.pcb
        pcb -x bom megadongle.pcb
 
-megadongle.back.gbr:   megadongle.pcb
+megadongle.bottom.gbr: megadongle.pcb
        pcb -x gerber megadongle.pcb
 
-zip:   megadongle.back.gbr megadongle.backmask.gbr megadongle.fab.gbr megadongle.front.gbr megadongle.frontmask.gbr megadongle.frontpaste.gbr megadongle.frontsilk.gbr megadongle.plated-drill.cnc
+zip:   megadongle.bottom.gbr megadongle.bottommask.gbr megadongle.fab.gbr megadongle.top.gbr megadongle.topmask.gbr megadongle.toppaste.gbr megadongle.topsilk.gbr megadongle.plated-drill.cnc
        zip megadongle.zip *.gbr *.cnc
 
 clean: