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