assign reference designators, etc
[hw/telepyro] / Makefile
index 2a6c57fa75c325c84b269145784d8a463cc3e72d..9a6d78b8309dd3c56c3e07865b0b8c1de5cb6f64 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,13 +1,13 @@
 # intentionally want to rebuild drc and bom on every invocation
-all:   drc bom
+all:   drc partslist
 
 drc:   telepyro.sch
        -gnetlist -g drc2 telepyro.sch -o telepyro.drc
 
-bom:   telepyro.sch
+partslist:     telepyro.sch
        gnetlist -g bom -o telepyro.unsorted telepyro.sch
-       head -n1 telepyro.unsorted > telepyro.bom
-       tail -n+2 telepyro.unsorted | sort >> telepyro.bom
+       head -n1 telepyro.unsorted > partslist
+       tail -n+2 telepyro.unsorted | sort >> partslist
        rm -f telepyro.unsorted
 
 pcb:   telepyro.sch project
@@ -33,6 +33,6 @@ zip:  telepyro.back.gbr telepyro.backmask.gbr telepyro.fab.gbr telepyro.front.gbr
 
 clean:
        rm -f *.bom *.drc *.log *~ telepyro.ps *.gbr *.cnc *bak* *- *.zip 
-       rm -f *.net *.xy *.cmd *.png
+       rm -f *.net *.xy *.cmd *.png partslist
        rm -f *.partslist *.new.pcb *.unsorted