X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Makefile;h=028d46216108a1f319eadae2e4a95ae290162949;hb=e652075a95873157fdb702aa3bf396eb31d79a97;hp=05b807d40d0bbb6d6c6a29bb494e846b636dbfa4;hpb=8dd3ed0f920b917246c77c93ddbb3762cf942d45;p=hw%2Ftelemetrum diff --git a/Makefile b/Makefile index 05b807d..028d462 100644 --- a/Makefile +++ b/Makefile @@ -1,13 +1,13 @@ # intentionally want to rebuild drc and bom on every invocation -all: drc bom +all: drc partslist pcb drc: telemetrum.sch -gnetlist -g drc2 telemetrum.sch -o telemetrum.drc -bom: telemetrum.sch +partslist: telemetrum.sch gnetlist -g bom -o telemetrum.unsorted telemetrum.sch - head -n1 telemetrum.unsorted > telemetrum.bom - tail -n+2 telemetrum.unsorted | sort >> telemetrum.bom + head -n1 telemetrum.unsorted > partslist + tail -n+2 telemetrum.unsorted | sort >> partslist rm -f telemetrum.unsorted pcb: telemetrum.sch project @@ -33,6 +33,6 @@ zip: telemetrum.back.gbr telemetrum.backmask.gbr telemetrum.fab.gbr telemetrum.f clean: rm -f *.bom *.drc *.log *~ telemetrum.ps *.gbr *.cnc *bak* *- *.zip - rm -f *.net *.xy *.cmd *.png + rm -f *.net *.xy *.cmd *.png partslist rm -f *.partslist *.new.pcb *.unsorted