X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Makefile;h=1e6c192a78a34881e3e89f4f101ecd31c69ee74f;hb=refs%2Fheads%2Fmaster;hp=ce76e0be16f98ba7b318b50ca37ae24c3173caf0;hpb=3f750cfbfc9ac3e3f31a8f210d8ff2cd8cd75f64;p=hw%2Ftelepyro diff --git a/Makefile b/Makefile index ce76e0b..1e6c192 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,8 @@ partslist: telepyro.sch rm -f telepyro.unsorted partslist.csv: telepyro.sch Makefile - gnetlist -g partslist4 -o telepyro.unsorted telepyro.sch + gnetlist -m scheme/gnet-partslistgag.scm -g partslistgag \ + -o telepyro.unsorted telepyro.sch head -n1 telepyro.unsorted > partslist.csv tail -n+2 telepyro.unsorted | sort -t \, -k 8 >> partslist.csv rm -f telepyro.unsorted @@ -45,6 +46,6 @@ zip: telepyro.bottom.gbr telepyro.bottommask.gbr telepyro.fab.gbr telepyro.top.g clean: rm -f *.bom *.drc *.log *~ telepyro.ps *.gbr *.cnc *bak* *- *.zip - rm -f *.net *.xy *.cmd *.png partslist + rm -f *.net *.xy *.cmd *.png partslist partslist.csv rm -f *.partslist *.new.pcb *.unsorted