X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Makefile;h=c107ca92e050151edcf4dc97ba18106f18cc631f;hb=4760a477a4b0f2486234e382f9d1875f1f1f445c;hp=483d575fb44f995dea97edcfd116ce6220c93db5;hpb=4feb8e8787bc79546a3633e5fb6a250b6ec07def;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