X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Makefile;h=1e6c192a78a34881e3e89f4f101ecd31c69ee74f;hb=cf0c8742f83e1273b93938f6b31f78c81618c43a;hp=af611bc816af0b38ebad1f11a7a4844b51682678;hpb=2c339fff43aee3100f92f3e06dc96dcba2ea07d9;p=hw%2Ftelepyro diff --git a/Makefile b/Makefile index af611bc..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