From: Bdale Garbee Date: Tue, 1 Jan 2013 21:46:30 +0000 (-0700) Subject: add oshpark target to Makefile X-Git-Tag: fab-v0.2~1 X-Git-Url: https://git.gag.com/?p=hw%2Ftelemega;a=commitdiff_plain;h=779fded0ffbef06fd123b08c3d5d70e2d9f4968c add oshpark target to Makefile --- diff --git a/Makefile b/Makefile index c107ca9..756c114 100644 --- a/Makefile +++ b/Makefile @@ -44,8 +44,21 @@ megametrum.bottom.gbr: megametrum.pcb zip: megametrum.bottom.gbr megametrum.bottommask.gbr megametrum.fab.gbr megametrum.top.gbr megametrum.topmask.gbr megametrum.toppaste.gbr megametrum.topsilk.gbr megametrum.group2.gbr megametrum.group3.gbr megametrum.plated-drill.cnc megametrum.xy Makefile # megametrum.xls zip megametrum.zip megametrum.*.gbr megametrum.*.cnc megametrum.xy # megametrum.xls +oshpark: megametrum.bottom.gbr megametrum.bottommask.gbr megametrum.top.gbr megametrum.topmask.gbr megametrum.topsilk.gbr megametrum.plated-drill.cnc + mv megametrum.bottom.gbr bottom\ layer.ger + mv megametrum.bottommask.gbr bottom\ solder\ mask.ger + mv megametrum.bottomsilk.gbr bottom\ silk\ screen.ger + mv megametrum.outline.gbr board\ outline.ger + mv megametrum.top.gbr top\ layer.ger + mv megametrum.topmask.gbr top\ solder\ mask.ger + mv megametrum.topsilk.gbr top\ silk\ screen.ger + mv megametrum.plated-drill.cnc drills.xln + mv megametrum.group2.gbr internal\ plane\ 1.ger + mv megametrum.group3.gbr internal\ plane\ 2.ger + zip megametrum-dorkbot.zip *.ger *.xln + clean: rm -f *.bom *.drc *.log *~ megametrum.ps *.gbr *.cnc *bak* *- *.zip - rm -f *.net *.xy *.cmd *.png partslist partslist.csv + rm -f *.net *.xy *.cmd *.png partslist partslist.csv *.ger *.xln rm -f *.partslist *.new.pcb *.unsorted megametrum.xls