fix mounting hole thermal
[hw/telemetrum] / Makefile
index ef83c11c6647899c01d9849054f45c8c6fe853f2..88886bfb803968c6865fd1efcf6670fffe9296f6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,22 +1,4 @@
-# intentionally want to rebuild drc and bom on every invocation
-all:   drc bom
+PROJECT=telemetrum
+SCHEMATICS=telemetrum.sch
 
-drc:   beacon.sch
-       -gnetlist -g drc2 beacon.sch -o beacon.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
-
-pcb:   beacon.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
-
-clean:
-       rm -f *.bom *.drc *.log *~ beacon.ps *.gbr *.cnc *bak* *- *.zip 
-       rm -f *.net *.xy *.cmd
-       rm -f *.partslist *.new.pcb *.unsorted
+include ../altusmetrum/pcb-rnd.mk