X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Makefile;h=43eb9c64c4bc36ab63c39dc856a91de7c07325cc;hb=fbfa5ea2eceabf8783dfc75bb41c8876ae032606;hp=6f3752143e99080e227b272233172579237b3919;hpb=06ade9aa4ad7d32f7b463a62fc986c8a6bf8f3b9;p=hw%2Ftelegps diff --git a/Makefile b/Makefile index 6f37521..43eb9c6 100644 --- a/Makefile +++ b/Makefile @@ -27,6 +27,8 @@ partslist.mouser: $(PROJECT).sch Makefile $(SCHEME)/gnet-partslist-bom.scm muffin-5267.pdf: partslist.csv $(AM)/glabels/muffin-5267.glabels glabels-3-batch $(AM)/glabels/muffin-5267.glabels -i partslist.csv -o muffin-5267.ps && ps2pdf muffin-5267.ps && rm muffin-5267.ps +$(PROJECT).pcb: pcb + pcb: $(PROJECT).sch project Makefile gsch2pcb project @@ -68,5 +70,6 @@ stencil: $(PROJECT).gerb clean: rm -f *.bom *.drc *.log *~ $(PROJECT).ps $(GERB_FILES) $(PROJECT).gerb *bak* *- *.zip - rm -f *.net *.cmd *.png partslist partslist.csv *.xy + rm -f *.net *.cmd *.png partslist partslist.csv *.xy partslist.dk partslist.mouser muffin-5267.pdf rm -f *.partslist *.new.pcb *.unsorted $(PROJECT).xls + rm -f $(PROJECT)-stencil.zip