X-Git-Url: https://git.gag.com/?p=hw%2Ftelescience;a=blobdiff_plain;f=Makefile;h=fa0f544cdfaf6e2d8e608f72fe19955caca0094c;hp=e686b4773aca44586ef6c936bae5c3116a48476b;hb=35d902a241300976420c45a4e38da0f703f2f3b3;hpb=cd6c4e2ea71e691bbe9cf80ef639dad435c216d1 diff --git a/Makefile b/Makefile index e686b47..fa0f544 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,8 @@ partslist: telescience.sch Makefile rm -f telescience.unsorted partslist.csv: telescience.sch Makefile - gnetlist -g partslist4 -o telescience.unsorted telescience.sch + gnetlist -m scheme/gnet-partslistgag.scm -g partslistgag \ + -o telescience.unsorted telescience.sch head -n1 telescience.unsorted > partslist.csv tail -n+2 telescience.unsorted | sort -t \, -k 8 >> partslist.csv rm -f telescience.unsorted @@ -43,7 +44,7 @@ telescience.bottom.gbr: telescience.pcb zip: telescience.bottom.gbr telescience.bottommask.gbr telescience.fab.gbr telescience.top.gbr telescience.topmask.gbr telescience.toppaste.gbr telescience.topsilk.gbr telescience.plated-drill.cnc zip telescience.zip *.gbr *.cnc -dorkbot: telescience.bottom.gbr telescience.bottommask.gbr telescience.top.gbr telescience.topmask.gbr telescience.topsilk.gbr telescience.plated-drill.cnc +oshpark: telescience.bottom.gbr telescience.bottommask.gbr telescience.top.gbr telescience.topmask.gbr telescience.topsilk.gbr telescience.plated-drill.cnc mv telescience.bottom.gbr bottom\ layer.ger mv telescience.bottommask.gbr bottom\ solder\ mask.ger mv telescience.bottomsilk.gbr bottom\ silk\ screen.ger @@ -54,7 +55,7 @@ dorkbot: telescience.bottom.gbr telescience.bottommask.gbr telescience.top.gbr t mv telescience.plated-drill.cnc drills.xln mv telescience.group2.gbr internal\ plane\ 1.ger mv telescience.group3.gbr internal\ plane\ 2.ger - zip telescience-dorkbot.zip *.ger *.xln + zip telescience-oshpark.zip *.ger *.xln clean: rm -f *.bom *.drc *.log *~ telescience.ps *.gbr *.cnc *bak* *- *.zip