DigiKey part numbers for everything, some footprints still bogus
[hw/telemetrum] / Makefile
1 all:    drc bom
2
3 drc:    beacon.sch
4         -gnetlist -g drc2 beacon.sch -o beacon.drc
5
6 bom:    beacon.sch
7         gnetlist -g bom -o beacon.bom beacon.sch
8
9 pcb:    beacon.sch project
10         gsch2pcb project
11
12 zip:    beacon.plated-drill.cnc beacon.back.gbr beacon.front.gbr beacon.fab.gbr
13         zip beacon.zip beacon.plated-drill.cnc beacon.back.gbr beacon.front.gbr beacon.fab.gbr
14
15 clean:
16         rm -f *.bom *.drc *.log *~ beacon.ps *.gbr *.cnc *bak* *- *.zip 
17         rm -f *.net *.xy *.cmd
18         rm -f *.partslist