drop LiPo charge current to 400ma
[hw/telebt] / Makefile
index dcbb0e1a17c307c38b6689982a75386bf487ec93..e35e1e2128d2910fe5f70f8570ef55db3446d0ab 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ partslist.csv:        telebt.sch Makefile
        gnetlist -L ../altusmetrum/scheme -g partslistgag \
                -o telebt.unsorted telebt.sch
        head -n1 telebt.unsorted > partslist.csv
-       tail -n+2 telebt.unsorted | sort -t \, -k 8 >> partslist.csv
+       tail -n+2 telebt.unsorted | sed -e 's/unknown//g' | sort -t \, -k 8 >> partslist.csv
        rm -f telebt.unsorted
 
 pcb:   telebt.sch project Makefile
@@ -53,7 +53,7 @@ telebt.xy:    telebt.pcb
 telebt.bottom.gbr:     telebt.pcb
        pcb -x gerber telebt.pcb
 
-zip:   telebt.bottom.gbr telebt.bottommask.gbr telebt.fab.gbr telebt.top.gbr telebt.topmask.gbr telebt.bottompaste.gbr telebt.topsilk.gbr telebt.plated-drill.cnc telebt.xy  Makefile # telebt.xls
+zip:   telebt.bottom.gbr telebt.bottommask.gbr telebt.fab.gbr telebt.top.gbr telebt.topmask.gbr telebt.toppaste.gbr telebt.topsilk.gbr telebt.plated-drill.cnc telebt.xy  Makefile # telebt.xls
        zip telebt.zip telebt.*.gbr telebt.*.cnc telebt.xy # telebt.xls
 
 oshpark: $(PROJECT).bottom.gbr $(PROJECT).bottommask.gbr $(PROJECT).top.gbr $(PROJECT).topmask.gbr $(PROJECT).topsilk.gbr $(PROJECT).plated-drill.cnc