X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Makefile;h=e3afde2f66dc1c479d8c8f6d67529813c451e3c4;hb=7fada18f357db9230bc88d5ea12fcd7a2cc0dd86;hp=ef83c11c6647899c01d9849054f45c8c6fe853f2;hpb=2388e6663782e72ae48ad4361ab55e014445b6e1;p=hw%2Ftelemetrum diff --git a/Makefile b/Makefile index ef83c11..e3afde2 100644 --- a/Makefile +++ b/Makefile @@ -1,22 +1,22 @@ # intentionally want to rebuild drc and bom on every invocation all: drc bom -drc: beacon.sch - -gnetlist -g drc2 beacon.sch -o beacon.drc +drc: telemetrum.sch + -gnetlist -g drc2 telemetrum.sch -o telemetrum.drc -bom: beacon.sch - gnetlist -g bom -o beacon.unsorted beacon.sch - head -n1 beacon.unsorted > beacon.bom - tail -n+2 beacon.unsorted | sort >> beacon.bom - rm -f beacon.unsorted +bom: telemetrum.sch + gnetlist -g bom -o telemetrum.unsorted telemetrum.sch + head -n1 telemetrum.unsorted > telemetrum.bom + tail -n+2 telemetrum.unsorted | sort >> telemetrum.bom + rm -f telemetrum.unsorted -pcb: beacon.sch project +pcb: telemetrum.sch project gsch2pcb project -zip: beacon.plated-drill.cnc beacon.back.gbr beacon.front.gbr beacon.fab.gbr - zip beacon.zip beacon.plated-drill.cnc beacon.back.gbr beacon.front.gbr beacon.fab.gbr +zip: telemetrum.plated-drill.cnc telemetrum.back.gbr telemetrum.front.gbr telemetrum.fab.gbr + zip telemetrum.zip telemetrum.plated-drill.cnc telemetrum.back.gbr telemetrum.front.gbr telemetrum.fab.gbr clean: - rm -f *.bom *.drc *.log *~ beacon.ps *.gbr *.cnc *bak* *- *.zip + rm -f *.bom *.drc *.log *~ telemetrum.ps *.gbr *.cnc *bak* *- *.zip rm -f *.net *.xy *.cmd rm -f *.partslist *.new.pcb *.unsorted