From 03c20a226d16a988b9260898b09d0c1e3174ac96 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Mon, 29 Oct 2012 21:11:01 -0600 Subject: [PATCH] more make goodness --- Makefile | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0c81683..c1765f7 100644 --- a/Makefile +++ b/Makefile @@ -43,8 +43,19 @@ telebt.bottom.gbr: 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.zip telebt.*.gbr telebt.*.cnc telebt.xy # telebt.xls +dorkbot: telebt.bottom.gbr telebt.bottommask.gbr telebt.top.gbr telebt.topmask.gbr telebt.topsilk.gbr telebt.plated-drill.cnc + mv telebt.bottom.gbr bottom\ layer.ger + mv telebt.bottommask.gbr bottom\ solder\ mask.ger + mv telebt.bottomsilk.gbr bottom\ silk\ screen.ger + mv telebt.outline.gbr board\ outline.ger + mv telebt.top.gbr top\ layer.ger + mv telebt.topmask.gbr top\ solder\ mask.ger + mv telebt.topsilk.gbr top\ silk\ screen.ger + mv telebt.plated-drill.cnc drills.xln + zip telebt-dorkbot.zip *.ger *.xln + clean: rm -f *.bom *.drc *.log *~ telebt.ps *.gbr *.cnc *bak* *- *.zip rm -f *.net *.xy *.cmd *.png partslist partslist.csv - rm -f *.partslist *.new.pcb *.unsorted telebt.xls + rm -f *.partslist *.new.pcb *.unsorted telebt.xls *.ger *.xln -- 2.30.2