X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=c107ca92e050151edcf4dc97ba18106f18cc631f;hb=e71087d19ad8a6aacb44fcdbb100944501118c39;hp=483d575fb44f995dea97edcfd116ce6220c93db5;hpb=d68d93fc04ed8224333b7309d6bdc5c1435681ba;p=hw%2Ftelemega diff --git a/Makefile b/Makefile index 483d575..c107ca9 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,8 @@ partslist: megametrum.sch Makefile rm -f megametrum.unsorted partslist.csv: megametrum.sch Makefile - gnetlist -g partslistgag -o megametrum.unsorted megametrum.sch + gnetlist -m scheme/gnet-partslistgag.scm -g partslistgag \ + -o megametrum.unsorted megametrum.sch head -n1 megametrum.unsorted > partslist.csv tail -n+2 megametrum.unsorted | sort -t \, -k 8 >> partslist.csv rm -f megametrum.unsorted