X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Makefile;h=d2c61ab6c219e40833f8f34129def9702cbfe3ab;hb=9ea381293732e745393917f2742700be22eab36a;hp=c1765f70b1fa43465d68522b1b8f31d88f14392f;hpb=03c20a226d16a988b9260898b09d0c1e3174ac96;p=hw%2Ftelebt diff --git a/Makefile b/Makefile index c1765f7..d2c61ab 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,8 @@ partslist: telebt.sch Makefile rm -f telebt.unsorted partslist.csv: telebt.sch Makefile - gnetlist -g partslistgag -o telebt.unsorted telebt.sch + gnetlist -m scheme/gnet-partslistgag.scm -g partslistgag \ + -o telebt.unsorted telebt.sch head -n1 telebt.unsorted > partslist.csv tail -n+2 telebt.unsorted | sort -t \, -k 8 >> partslist.csv rm -f telebt.unsorted