From b347d479eb8f2902b72a723c8b7de593cc869571 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Fri, 9 Aug 2013 16:05:21 -0400 Subject: [PATCH] add stencil target to the Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 058ab7d..1473f48 100644 --- a/Makefile +++ b/Makefile @@ -69,6 +69,9 @@ $(PROJECT)-stencil.zip: $(PROJECT).gerb rm -f $@ zip $@ $(PROJECT).toppaste.gbr $(PROJECT).outline.gbr +stencil: telegps.bottom.gbr telegps.toppaste.gbr telegps.outline.gbr + zip telegps-stencil.zip telegps.toppaste.gbr telegps.outline.gbr + clean: rm -f *.bom *.drc *.log *~ $(PROJECT).ps $(GERB_FILES) $(PROJECT).gerb *bak* *- *.zip rm -f *.net *.cmd *.png partslist partslist.csv *.xy partslist.dk partslist.mouser muffin-5267.pdf -- 2.30.2